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)

Syntax

public interface ITableData
public interface class ITableData
type ITableData = interface end
Public Interface ITableData

Properties

Name Description
System_CAPS_pubproperty CreatedAt

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

System_CAPS_pubproperty Deleted

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

System_CAPS_pubproperty Id

Gets or sets the unique ID for this entity.

System_CAPS_pubproperty UpdatedAt

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

System_CAPS_pubproperty Version

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

See Also

Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top