BlobRequestOptions.SingleBlobUploadThresholdInBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET