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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET