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. |
Public Properties
| Name | Description | |
|---|---|---|
|
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. |
|
PartitionKey | Gets or sets the entity's partition key. |
|
RowKey | Gets or sets the entity's row key. |
|
Timestamp | Gets or sets the entity's timestamp. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object) |
|
GetHashCode | (Inherited from Object) |
|
GetType | (Inherited from Object) |
|
ReadEntity | Deserializes the entity using the specified IDictionary that maps property names to typed EntityProperty values. |
|
ReadUserObject | Deserializes a custom entity instance using the specified IDictionary of property names to EntityProperty data typed values. |
|
ToString | (Inherited from Object) |
|
WriteEntity | Serializes the IDictionary of property names mapped to EntityProperty data values from this TableEntity instance. |
|
WriteUserObject | Create a IDictionary of EntityProperty objects for all the properties of the specified entity object. |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |