BlobProperties.AppendBlobCommittedBlockCount Property

Definition

If the blob is an append blob, gets the number of committed blocks.

public int? AppendBlobCommittedBlockCount { get; }
member this.AppendBlobCommittedBlockCount : Nullable<int>
Public ReadOnly Property AppendBlobCommittedBlockCount As Nullable(Of Integer)

Property Value

An integer containing the number of committed blocks.

Applies to