ModelFileChunks
Retrieves the chunks for a file. Use to download large files in parts.
Table-Specific Information
Select
The component uses the Anaplan API to process WHERE clause conditions that are built with the following columns and operators:
- FileId supports the '=' comparison operator.
- ModelId supports the '=' comparison operator.
- WorkspaceId supports the '=' comparison operator.
For example, the following queries are processed server-side:
SELECT * FROM [ModelFileChunks] WHERE [FileId] = '123' AND [ModelId] = '456' AND [WorkspaceId] = '789'
The component processes other filters client-side within the component.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The chunk index (0-based). | |
| FileId [KEY] | String |
ModelFiles.Id | The ID of the file. |
| ModelId [KEY] | String |
Models.Id | The ID of the model. |
| WorkspaceId | String |
Workspaces.Id | The ID of the workspace. |
| Name | String | The name of the chunk (e.g., Chunk 0). |