Class CapacityEntity
- Namespace
- Microsoft.WindowsAzure.Storage.Analytics
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents an entity in a storage analytics capacity table.
public class CapacityEntity : TableEntity, ITableEntity
- Inheritance
-
CapacityEntity
- Implements
- Inherited Members
Constructors
CapacityEntity()
Initializes a new instance of the CapacityEntity class.
public CapacityEntity()
Properties
Capacity
Gets or sets the Capacity property for capacity entity, which indicates the quantity of Blob storage used by the storage account.
public long Capacity { get; set; }
Property Value
- long
A long containing the quantity of Blob storage used by the storage account, per this capacity entity.
ContainerCount
Gets or sets the ContainerCount property for the capacity entity, which indicates the number of blob containers in the storage account.
public long ContainerCount { get; set; }
Property Value
- long
A long containing the number of blob containers in the storage account, per this capacity entity.
ObjectCount
Gets or sets the ObjectCount property for the capacity entity, which indicates the number of committed and uncommitted blobs in the storage account.
public long ObjectCount { get; set; }
Property Value
- long
A long containing the number of committed and uncommitted blobs in the storage account, per this capacity entity.
Time
Gets the capacity entity's timestamp in UTC, representing the start time for that log entry.
public DateTimeOffset Time { get; }
Property Value
- DateTimeOffset
A string containing a timestamp in UTC.