Share via


AzureDataLakeStoreReadSettings.ListAfter Property

Definition

Gets or sets lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to