Share via


AzureDataLakeStoreOutputDataSource.FilePathPrefix Property

Definition

Gets or sets the location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.filePathPrefix")]
public string FilePathPrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.filePathPrefix")>]
member this.FilePathPrefix : string with get, set
Public Property FilePathPrefix As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to