Exports
Retrieves information about export definitions within a model.
Table-Specific Information
Select
The provider uses the Anaplan API to process WHERE clause conditions that are built with the following columns and operators:
- ModelId supports the '=' comparison operator.
- WorkspaceId supports the '=' comparison operator.
For example, the following queries are processed server-side:
SELECT * FROM [Exports] WHERE [ModelId] = '123' AND [WorkspaceId] = '456'
The provider processes other filters client-side within the provider.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier of the export definition . | |
| ModelId [KEY] | String |
Models.Id | The ID of the model the export belongs to. |
| WorkspaceId | String |
Workspaces.Id | The ID of the workspace the model belongs to. |
| Name | String | The name of the export definition. | |
| Type | String | The type of the export. | |
| Format | String | The format of the export. | |
| Encoding | String | The encoding of the export. |