TTMSFNCCloudStellarDataStoreTable.Query Method
Queries entities for this table.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudStellarDataStoreTable
Syntax
procedure Query(APageSize: Integer = -1; APageIndex: Integer = -1); overload;
Parameters
| Name | Description |
|---|---|
APageSize |
Maximum number of entities to request, or -1 to use the current setting. |
APageIndex |
Zero-based page index, or -1 to use the current setting. |