ICloudBlob.StreamWriteSizeInBytes Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
ICloudBlob.StreamWriteSizeInBytes Property
ICloudBlob::StreamWriteSizeInBytes Property
ICloudBlob.StreamWriteSizeInBytes Property
ICloudBlob.StreamWriteSizeInBytes Property
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
Property Value
Type:
System.Int32System::Int32System.Int32System.Int32The number of bytes to buffer or the size of a block, in bytes.
Return to top
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.
Syntax
Property Value
Type: System.Int32System::Int32System.Int32System.Int32The number of bytes to buffer or the size of a block, in bytes.