BlobProperties.PageBlobSequenceNumber Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
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.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
If the blob is a page blob, gets the blob's current sequence number.
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.