@mapgear/geoapps > TableRequest
TableRequest class
Request object used to retrieve a table from the smartscope
Signature:export declare class TableRequest
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
from | string | Datasource where the data is retrieved from | |
groupBy | string[] | The columns used for grouping the table | |
limit? | number | (Optional) Maximum amount records to retrieve | |
offset? | number | (Optional) Offset of the retrieved data | |
order | TableRequestOrder[] | The columns to order the table from the smart scope | |
select | TableRequestSelect[] | The columns to request from the smart scope |