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.
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.