CloudBlobClient.BufferManager Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobClient.BufferManager Property
CloudBlobClient::BufferManager Property
CloudBlobClient.BufferManager Property
CloudBlobClient.BufferManager Property
Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Blob service client.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property IBufferManager^ BufferManager {
IBufferManager^ get();
void set(IBufferManager^ value);
}
Return to top
Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Blob service client.
Syntax
C++
public: property IBufferManager^ BufferManager { IBufferManager^ get(); void set(IBufferManager^ value); }