TableEntity Members

Represents the base object type for a table entity in the Table service.

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

Public Constructors

  Name Description
  TableEntity Overloaded.  

Top

Public Properties

  Name Description
public property static DisableCompiledSerializers Disables the ability to dynamically generate read and write lambdas at runtime. Setting this to false will clear out the static cache shared across all type instances that derive from TableEntity.
public property static DisablePropertyResolverCache Gets or sets the status of the property resolver cache for the TableEntity.
public property ETag Gets or sets the entity's ETag. Set this value to '*' in order to force an overwrite to an entity as part of an update operation.
public property PartitionKey Gets or sets the entity's partition key.
public property RowKey Gets or sets the entity's row key.
public property Timestamp Gets or sets the entity's timestamp.

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 ReadEntity Deserializes the entity using the specified IDictionary that maps property names to typed EntityProperty values.
public methodstatic ReadUserObject Deserializes a custom entity instance using the specified IDictionary of property names to EntityProperty data typed values.
public method ToString  (Inherited from Object)
public method WriteEntity Serializes the IDictionary of property names mapped to EntityProperty data values from this TableEntity instance.
public methodstatic WriteUserObject Create a IDictionary of EntityProperty objects for all the properties of the specified entity object.

Top

Protected Methods

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

Top

See Also

Reference

TableEntity Class
Microsoft.WindowsAzure.Storage.Table Namespace