CapacityEntity Members

Represents an entity in a storage analytics capacity table.

The following tables list the members exposed by the CapacityEntity type.

Public Constructors

(see also Protected Constructors)

  Name Description
  CapacityEntity Overloaded.  

Top

Protected Constructors

  Name Description
  CapacityEntity Overloaded.  

Top

Public Properties

  Name Description
public property Capacity Gets or sets the Capacity property for capacity entity, which indicates the quantity of Blob storage used by the storage account.
public property ContainerCount Gets or sets the ContainerCount property for the capacity entity, which indicates the number of blob containers in the storage account.
public property ETag  Gets or sets the entity's current ETag. Set this value to '*' in order to blindly overwrite an entity as part of an update operation. (Inherited from TableEntity)
public property 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 property PartitionKey  Gets or sets the entity's partition key. (Inherited from TableEntity)
public property RowKey  Gets or sets the entity's row key. (Inherited from TableEntity)
public property Time Gets the capacity entity's timestamp in UTC, representing the start time for that log entry.
public property Timestamp  Gets or sets the entity's timestamp. (Inherited from TableEntity)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetObjectData Overridden. Populates a SerializationInfo object with the data needed to serialize a CapacityEntity object.
public method GetType  (Inherited from Object)
public method ReadEntity  Overloaded. (Inherited from TableEntity)
public method ToString  (Inherited from Object)
public method WriteEntity  Overloaded. (Inherited from TableEntity)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

CapacityEntity Class
Microsoft.WindowsAzure.Storage.Analytics Namespace