IGetAutomationsOptions
Home > @gooddata/sdk-backend-spi > IGetAutomationsOptions
IGetAutomationsOptions 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 loading automation metadata objects.
Signature:
export interface IGetAutomationsOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
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 |