CloudBlobClient.SingleBlobUploadThresholdInBytes Property

 

Note: This API is now obsolete.

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

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

[ObsoleteAttribute("Use DefaultRequestOptions.SingleBlobUploadThresholdInBytes.")]
public Nullable<long> SingleBlobUploadThresholdInBytes { get; set; }
<ObsoleteAttribute("Use DefaultRequestOptions.SingleBlobUploadThresholdInBytes.")>
Public Property SingleBlobUploadThresholdInBytes As Nullable(Of Long)

Property Value

Type: System.Nullable<Int64>

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

See Also

CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top