TableServiceEntity Members

Represents an entity in the Windows Azure Table service. Obsolete.

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

Protected Constructors

  Name Description
  TableServiceEntity Overloaded.  

Top

Public Properties

  Name Description
public property PartitionKey Gets or sets the partition key of a table entity. Obsolete.
public property RowKey Gets or sets the row key of a table entity. Obsolete.
public property Timestamp Gets or sets the timestamp for the entity. Obsolete.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

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

Top

See Also

Reference

TableServiceEntity Class
Microsoft.WindowsAzure.Storage.Table.DataServices Namespace