CloudBlobClient.BufferManager Property

Definition

Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Blob service client.

public Microsoft.Azure.Storage.IBufferManager BufferManager { get; set; }
member this.BufferManager : Microsoft.Azure.Storage.IBufferManager with get, set
Public Property BufferManager As IBufferManager

Property Value

An object of type IBufferManager.

Applies to