Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the number of bytes to buffer when writing to a page blob stream or the block size for writing to a block blob.

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

Syntax

 
int StreamWriteSizeInBytes { get; set; }
 
property int StreamWriteSizeInBytes {
	int get();
	void set(int value);
}
 
abstract StreamWriteSizeInBytes : int with get, set
 
Property StreamWriteSizeInBytes As Integer

Property Value

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

The number of bytes to buffer or the size of a block, in bytes.

Return to top