C#
C++
F#
VB
BlobProperties.PageBlobSequenceNumber Property
BlobProperties::PageBlobSequenceNumber Property
BlobProperties.PageBlobSequenceNumber Property
BlobProperties.PageBlobSequenceNumber Property
If the blob is a page blob, gets the blob's current sequence number.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<long long> PageBlobSequenceNumber { Nullable<long long> get(); internal: void set(Nullable<long long> value); }
Property Value
Type: System.Nullable<Int64>System::Nullable<Int64>System.Nullable<Int64>System.Nullable(Of Int64)A long containing the blob's current sequence number.