FtpReadSettings.PartitionRootPath Property

Definition

Gets or sets specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="partitionRootPath")]
public object PartitionRootPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="partitionRootPath")>]
member this.PartitionRootPath : obj with get, set
Public Property PartitionRootPath As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to