BlobProperties.PageBlobSequenceNumber Property

Definition

If the blob is a page blob, gets the blob's current sequence number.

public long? PageBlobSequenceNumber { get; }
member this.PageBlobSequenceNumber : Nullable<int64>
Public ReadOnly Property PageBlobSequenceNumber As Nullable(Of Long)

Property Value

A long containing the blob's current sequence number.

Applies to