CloudBlob.StreamMinimumReadSizeInBytes Property

Definition

Gets or sets the minimum number of bytes to buffer when reading from a blob stream.

public int StreamMinimumReadSizeInBytes { get; set; }
member this.StreamMinimumReadSizeInBytes : int with get, set
Public Property StreamMinimumReadSizeInBytes As Integer

Property Value

The minimum number of bytes to buffer, being at least 16 KB.

Applies to