Compartilhar via


RoutingStorageContainerProperties.MaxChunkSizeInBytes Propriedade

Definição

Obtém ou define o número máximo de bytes para cada blob gravado no armazenamento. O valor deve estar entre 10485760(10 MB) e 524288000(500 MB). O valor padrão é 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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a