HdfsSource.Recursive Property

Definition

Gets or sets if true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to