Compartir a través de


FtpReadSettings.DisableChunking Propiedad

Definición

Obtiene o establece si es true, deshabilite la lectura paralela dentro de cada archivo. El valor predeterminado es False. Tipo: booleano (o Expresión con 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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a