次の方法で共有


RoutingStorageContainerProperties.MaxChunkSizeInBytes プロパティ

定義

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

public int? MaxChunkSizeInBytes { get; set; }
member this.MaxChunkSizeInBytes : Nullable<int> with get, set
Public Property MaxChunkSizeInBytes As Nullable(Of Integer)

プロパティ値

適用対象