ITableData Interface

 

The ITableData provides an abstraction indicating how the system properties for a given table data model are to be serialized when communicating with the clients. The uniform serialization of system properties ensures that the clients can process the system properties uniformly across platforms.

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

public interface ITableData

NameDescription
System_CAPS_pubpropertyCreatedAt

Gets or sets the date and time the entity was created.

System_CAPS_pubpropertyDeleted

Gets or sets a value indicating whether the entity has been deleted.

System_CAPS_pubpropertyId

Gets or sets the unique ID for this entity.

System_CAPS_pubpropertyUpdatedAt

Gets or sets the date and time the entity was last modified.

System_CAPS_pubpropertyVersion

Gets or sets the unique version identifier which is updated every time the entity is updated.

Return to top
Show: