CloudBlobClient.WriteBlockSizeInBytes Property
Gets or sets the block size for writing to a block blob.
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_WriteBlockSizeInBytes () /** @property */ public void set_WriteBlockSizeInBytes (long value)
public function get WriteBlockSizeInBytes () : long public function set WriteBlockSizeInBytes (value : long)
Property Value
Type: System.Int64The size of a block, in bytes, ranging from between 1 and 4 MB inclusive.
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