BlockBlobClient.BlockBlobMaxStageBlockLongBytes Property

Definition

Gets the maximum number of bytes that can be sent in a call to Azure.Storage.Blobs.Specialized.BlockBlobClient.StageBlockAsync(System.String,System.IO.Stream,System.Byte[],Azure.Storage.Blobs.Models.BlobRequestConditions,System.IProgress{System.Int64},System.Threading.CancellationToken).

public virtual long BlockBlobMaxStageBlockLongBytes { get; }
member this.BlockBlobMaxStageBlockLongBytes : int64
Public Overridable ReadOnly Property BlockBlobMaxStageBlockLongBytes As Long

Property Value

Applies to