TableEntity Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
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.

See Also