CapacityEntity
Class
Definition
Represents an entity in a storage analytics capacity table.
public class CapacityEntity : Microsoft.WindowsAzure.Storage.Table.TableEntity
- Inheritance
Inherited Members
Microsoft.WindowsAzure.Storage.Table.TableEntity
Constructors
| CapacityEntity() |
Initializes a new instance of the CapacityEntity class. |
Properties
| Capacity |
Gets or sets the Capacity property for capacity entity, which indicates the quantity of Blob storage used by the storage account. |
| ContainerCount |
Gets or sets the ContainerCount property for the capacity entity, which indicates the number of blob containers in the storage account. |
| ObjectCount |
Gets or sets the ObjectCount property for the capacity entity, which indicates the number of committed and uncommitted blobs in the storage account. |
| Time |
Gets the capacity entity's timestamp in UTC, representing the start time for that log entry. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |