ITableData Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET