IExportDefinitionsQueryOptions
Home > @gooddata/sdk-backend-spi > IExportDefinitionsQueryOptions
IExportDefinitionsQueryOptions interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Configuration options for querying exportDefinitions
Signature:
export interface IExportDefinitionsQueryOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(ALPHA) (Optional) Filter exportDefinitions by their author. The value of this property is identifier of the author. | ||
number |
(ALPHA) (Optional) Specify number of items per page. Default: 50 | ||
boolean |
(ALPHA) (Optional) Specify if information about the users that created/modified the exportDefinitions should be loaded for each exportDefinition. | ||
number |
(ALPHA) (Optional) Specify (zero-based) starting offset for the results. Default: 0 | ||
(ALPHA) (Optional) Specify ordering of the exportDefinitions. Default: natural ordering provided by the analytical backend. | |||
string |
(ALPHA) (Optional) Filter exportDefinitions by their title |