次の方法で共有


RoutingStorageContainerProperties.MaxChunkSizeInBytes プロパティ

定義

ストレージに書き込まれる各 BLOB の最大バイト数を取得または設定します。 値は、10485760(10 MB) から 524288000(500 MB) の間である必要があります。 既定値は 314572800(300 MB) です。

[Newtonsoft.Json.JsonProperty(PropertyName="maxChunkSizeInBytes")]
public int? MaxChunkSizeInBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxChunkSizeInBytes")>]
member this.MaxChunkSizeInBytes : Nullable<int> with get, set
Public Property MaxChunkSizeInBytes As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象