Gets the size, in bytes, of the buffers managed by the given pool. Note that the buffer manager must return buffers of the exact size requested by the client.
Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As IBufferManager
Dim returnValue As Integer
returnValue = instance.GetDefaultBufferSize |
Syntax
Visual Basic |
---|
Function GetDefaultBufferSize As Integer |
C# |
---|
int GetDefaultBufferSize () |
C++ |
---|
int GetDefaultBufferSize () |
J# |
---|
int GetDefaultBufferSize () |
JScript |
---|
function GetDefaultBufferSize () : int |
Return Value
The size, in bytes, of the buffers managed by the given pool.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also