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