你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobRequestOptions.SingleBlobUploadThresholdInBytes Property

Definition

Gets or sets the maximum size of a blob in bytes that may be uploaded as a single blob.

public long? SingleBlobUploadThresholdInBytes { get; set; }
member this.SingleBlobUploadThresholdInBytes : Nullable<int64> with get, set
Public Property SingleBlobUploadThresholdInBytes As Nullable(Of Long)

Property Value

A long indicating the maximum size of a blob, in bytes, that may be uploaded as a single blob, ranging from between 1 and 256 MB inclusive.

Remarks

This value will be ignored if the ParallelOperationThreadCount is set to a value greater than 1

Applies to