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
(see also Protected Constructors)
Name | Description | |
---|---|---|
TableEntity | Overloaded. |
Top
Protected Constructors
Name | Description | |
---|---|---|
TableEntity | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
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. | |
DisablePropertyResolverCache | Gets or sets the status of the property resolver cache for the TableEntity. | |
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. | |
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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetObjectData | Populates a SerializationInfo object with the data needed to serialize a TableEntity object. | |
GetType | (Inherited from Object) | |
ReadEntity | Overloaded. | |
ReadUserObject | Deserializes a custom entity instance using the specified IDictionary of property names to EntityProperty data typed values. | |
ToString | (Inherited from Object) | |
WriteEntity | Overloaded. | |
WriteUserObject | Create a IDictionary of EntityProperty objects for all the properties of the specified entity object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
TableEntity Class
Microsoft.WindowsAzure.Storage.Table Namespace