BlobProperties.AppendBlobCommittedBlockCount Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobProperties.AppendBlobCommittedBlockCount Property
BlobProperties::AppendBlobCommittedBlockCount Property
BlobProperties.AppendBlobCommittedBlockCount Property
BlobProperties.AppendBlobCommittedBlockCount Property
If the blob is an append blob, gets the number of committed blocks.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Nullable<int> AppendBlobCommittedBlockCount {
Nullable<int> get();
internal: void set(Nullable<int> value);
}
Public Property AppendBlobCommittedBlockCount As Nullable(Of Integer)
Get
Friend Set
End Property
Property Value
Type:
System.Nullable<Int32>System::Nullable<Int32>System.Nullable<Int32>System.Nullable(Of Int32)An integer containing the number of committed blocks.
Return to top
If the blob is an append blob, gets the number of committed blocks.
Syntax
C++
public: property Nullable<int> AppendBlobCommittedBlockCount { Nullable<int> get(); internal: void set(Nullable<int> value); }
Public Property AppendBlobCommittedBlockCount As Nullable(Of Integer) Get Friend Set End Property
Property Value
Type: System.Nullable<Int32>System::Nullable<Int32>System.Nullable<Int32>System.Nullable(Of Int32)An integer containing the number of committed blocks.