Skip to main content

TableEntity

Properties

PropertyTypeAttributesDescription
entityDictionary<string, String>RequiredThe entity properties. Values are written as 'Edm.String' unless overridden in 'entityTypes'.
partitionKeystringRequired, IdentifierThe entity partition key
rowKeystringRequired, IdentifierThe entity row key
tableNamestringRequired, IdentifierThe containing table name
entityTypesDictionary<string, TableEntityValueType>Overrides the EDM type used for individual entity properties. Values in 'entity' are parsed according to the type named here.
eTagstringRead-onlyThe entity ETag
timestampstringRead-onlyWhen 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.