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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET