BlobProperties.PageBlobSequenceNumber Property

Windows Runtime Azure Storage Client Library

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

Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As BlobProperties
Dim value As Nullable(Of Long)

value = instance.PageBlobSequenceNumber

Syntax

Visual Basic
Public Property PageBlobSequenceNumber As Nullable(Of Long)
C#
public Nullable<long> PageBlobSequenceNumber { get; }
C++
public:
property Nullable<long long> PageBlobSequenceNumber {
	Nullable<long long> get ();
}
J#
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Nullable<long> get_PageBlobSequenceNumber ()
JScript
CompilerGeneratedAttribute 
public function get PageBlobSequenceNumber () : Nullable<long>

Property Value

A long containing the blob's current sequence number.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also