Skip to main content
Version: 1.1.0

ICAGetAllOptions

@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

PropertyTypeDescription
filter?stringOData $filter string.
maxPageSize?numberMaximum number of records per page.
orderBy?string[]OData $orderby clauses (e.g. ["name asc"]).
select?string[]Specific fields to retrieve ($select).
skip?numberRecords to skip ($skip).
skipToken?stringContinuation token for paged reads.
top?numberMaximum total records ($top).