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)
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
/** @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.Int64The 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 2008Target Platforms