This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As CloudBlobClient
Dim value As Long

value = instance.WriteBlockSizeInBytes

instance.WriteBlockSizeInBytes = value
public long WriteBlockSizeInBytes { get; set; }
/** @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.Int64

The 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 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.