次の方法で共有


SftpReadSettings.DisableChunking プロパティ

定義

true の場合は、各ファイル内での並列読み取りを無効にする値を取得または設定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象