@spartanfx/react v1.1.0
@spartanfx/react / codeapps / ICAGetAllOptions
Interface: ICAGetAllOptions
Options accepted by the getAll method on a generated tabular service.
Mirrors the IGetAllOptions shape documented for Dataverse + tabular
connector services in @microsoft/power-apps.
Properties
| Property | Type | Description |
|---|
filter? | string | OData $filter string. |
maxPageSize? | number | Maximum number of records per page. |
orderBy? | string[] | OData $orderby clauses (e.g. ["name asc"]). |
select? | string[] | Specific fields to retrieve ($select). |
skip? | number | Records to skip ($skip). |
skipToken? | string | Continuation token for paged reads. |
top? | number | Maximum total records ($top). |