Share via


FtpReadSettings.DisableChunking Property

Definition

Gets or sets if true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to