CloudBlobClient.SingleBlobUploadThresholdInBytes Property

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

'Declaration
<ObsoleteAttribute("Use DefaultRequestOptions.SingleBlobUploadThresholdInBytes.")> _
Public Property SingleBlobUploadThresholdInBytes As Nullable(Of Long)
[ObsoleteAttribute("Use DefaultRequestOptions.SingleBlobUploadThresholdInBytes.")] 
public Nullable<long> SingleBlobUploadThresholdInBytes { get; set; }
[ObsoleteAttribute(L"Use DefaultRequestOptions.SingleBlobUploadThresholdInBytes.")] 
public:
property Nullable<long long> SingleBlobUploadThresholdInBytes {
    Nullable<long long> get ();
    void set (Nullable<long long> value);
}

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

See Also

Reference

CloudBlobClient Class
CloudBlobClient Members
Microsoft.WindowsAzure.Storage.Blob Namespace