IElementsQueryOptions
Home > @gooddata/sdk-backend-spi > IElementsQueryOptions
IElementsQueryOptions interface
Configuration options for querying attribute elements
Signature:
export interface IElementsQueryOptions
Properties
Property | Type | Description |
---|---|---|
complement? | boolean | (Optional) If true, the filter prop will behave negatively - i.e. it will not include items matching the filter value. |
elements? | ElementsQueryOptionsElementsSpecification | (Optional) Specify particular elements to load. |
excludePrimaryLabel? | boolean | (Optional) Decides whether result will include also the primary label elements or only requested label ones. It changes also the cardinality of result.If true, returned label values are in cardinality of primary label, i.e., result could contain duplicated values.If false, returned label values are unique values and smaller amount of label values can be returned than the number of primary label values. |
filter? | string | (Optional) Filter elements by text value |
includeTotalCountWithoutFilters? | boolean | (Optional) Include the total count of all elements in the response (without filters applied) |
order? | SortDirection | (Optional) Ordering of the elements |
prompt? | string | (Optional) |
uris? | string[] | (Optional) With this option you can specify concrete attribute elements uris to load. |