TTMSFNCCloudStellarDataStoreTable Class
Represents a table definition and its query state.
API unit family: TMSFNCCloudStellarDataStore
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudStellarDataStoreTable = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Description | Gets or sets the table description. |
| Distinct | Gets or sets whether query results should contain distinct rows only. |
| Entities | Gets the entity collection associated with the table. |
| Filters | Gets the filters used when querying this table. |
| ID | Gets the service identifier of the table. |
| IsMultitenant | Gets or sets whether the table stores tenant-specific data. |
| JoinQuery | Gets or sets the join query clause used when querying this table. |
| MetaData | Gets the metadata fields for the table. |
| Name | Gets or sets the table name. |
| SelectQuery | Gets or sets the field selection clause used when querying this table. |
| SortOrder | Gets the sort-order list used when querying this table. |
Methods
| Name | Description |
|---|---|
| Delete | Deletes this table from the service. |
| EntityByID | Finds an entity in the table by numeric identifier. |
| GetMetaData | Requests the metadata fields for this table. |
| Query | Queries entities for this table. |
| SetMetaData | Updates the metadata fields for this table. |