DynamicTableEntity Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property ETag Gets or sets the entity's current ETag.
public property PartitionKey Gets or sets the entity's partition key.
public property Properties Gets or sets the properties in the table entity, indexed by property name.
public property RowKey Gets or sets the entity's row key.
public property Timestamp Gets or sets the entity's timestamp.

See Also