ITableEntity Properties

Windows Runtime Azure Storage Client Library

Public Properties

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