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 |
---|---|---|---|
author? | string | (ALPHA) (Optional) Filter exportDefinitions by their author. The value of this property is identifier of the author. | |
limit? | number | (ALPHA) (Optional) Specify number of items per page. Default: 50 | |
loadUserData? | boolean | (ALPHA) (Optional) Specify if information about the users that created/modified the exportDefinitions should be loaded for each exportDefinition. | |
offset? | number | (ALPHA) (Optional) Specify (zero-based) starting offset for the results. Default: 0 | |
orderBy? | ExportDefinitionOrdering | (ALPHA) (Optional) Specify ordering of the exportDefinitions. Default: natural ordering provided by the analytical backend. | |
title? | string | (ALPHA) (Optional) Filter exportDefinitions by their title |