TableEntity
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
entity | Dictionary<string, String> | Required | The entity properties. Values are written as 'Edm.String' unless overridden in 'entityTypes'. |
partitionKey | string | Required, Identifier | The entity partition key |
rowKey | string | Required, Identifier | The entity row key |
tableName | string | Required, Identifier | The containing table name |
entityTypes | Dictionary<string, TableEntityValueType> | Overrides the EDM type used for individual entity properties. Values in 'entity' are parsed according to the type named here. | |
eTag | string | Read-only | The entity ETag |
timestamp | string | Read-only | When the entity was last modified |
Dictionary<string, String>
Additional properties of type string are allowed.
Dictionary<string, TableEntityValueType>
Additional properties of type 'String' | 'Boolean' | 'Int32' | 'Int64' | 'Double' | 'DateTime' | 'Guid' | 'Binary' are allowed.