This topic has not yet been rated - Rate this topic

CloudBlobClient.SingleBlobUploadThresholdInBytes Property

Gets or sets the maximum size of a blob in bytes that may be uploaded in a single operation, without using blocks.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudBlobClient
Dim value As Long

value = instance.SingleBlobUploadThresholdInBytes

instance.SingleBlobUploadThresholdInBytes = value
public long SingleBlobUploadThresholdInBytes { get; set; }
/** @property */
public long get_SingleBlobUploadThresholdInBytes ()

/** @property */
public void set_SingleBlobUploadThresholdInBytes (long value)

public function get SingleBlobUploadThresholdInBytes () : long

public function set SingleBlobUploadThresholdInBytes (value : long)

Property Value

Type: System.Int64

The maximum size of a blob, in bytes, that may be uploaded as a single blob, ranging from between 1 and 64 MB inclusive. The default value is 33554432 bytes (32 MB).

This property is new in the Windows Azure SDK 1.3.


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

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ