Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the block size for writing to a block blob.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public int StreamWriteSizeInBytes { get; set; }
 
public:
property int StreamWriteSizeInBytes {
	virtual int get() sealed;
	virtual void set(int value) sealed;
}
 
abstract StreamWriteSizeInBytes : int with get, set
override StreamWriteSizeInBytes : int with get, set
 
Public Property StreamWriteSizeInBytes As Integer

Property Value

Type: System.Int32System::Int32System.Int32System.Int32

The size of a block, in bytes, ranging from between 16 KB and 4 MB inclusive.

Return to top