StorageData Properties

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

NameDescription
System_CAPS_pubpropertyCreatedAt

System_CAPS_pubpropertyDeleted

Indicates whether this entity has been marked for deletion.

System_CAPS_pubpropertyETag

(Inherited from TableEntity.)

System_CAPS_pubpropertyId

The id is composed by combining the M:PartitionKey and the M:RowKey using a CompositeTableKey instance which serializes the partition key and row key as a comma separated tuple of values. By setting this property, the partition key and row key will also get updated. As such the id property itself is not mapped to the actual storage table as it strictly contains the same information provided by the partition key and row key.

System_CAPS_pubpropertyPartitionKey

(Inherited from TableEntity.)

System_CAPS_pubpropertyRowKey

(Inherited from TableEntity.)

System_CAPS_pubpropertyTimestamp

(Inherited from TableEntity.)

System_CAPS_pubpropertyUpdatedAt

This property timestamp at which the entity was created. By setting this property, the M:Timestamp property is updated as well. The property is not mapped to the actual storage table as the information is maintained by the timestamp property.

System_CAPS_pubpropertyVersion

The version is a T:byte[] representation of the M:Etag property which is maintained by the Azure storage SDK. The etag represents the version of this entity as obtained from the server and by setting this property the etag is also updated. As for the id property, this property is not mapped to the actual storage table as its information is provided in the etag.

Return to top
Show: