ITableData Interface

Definition

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.

public interface ITableData
type ITableData = interface
Public Interface ITableData
Derived

Properties

CreatedAt

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

Deleted

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

Id

Gets or sets the unique ID for this entity.

UpdatedAt

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

Version

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

Applies to