Fields
Fields
| Parameter | Description | |
|---|---|---|
fileIdString |
required | The unique Resource Id of the file in the external storage that will be processed. |
driveIdString |
required | The Id of the connected drive where the file is located (required for Google Drive and SharePoint). |
libraryString |
required | The external storage type, e.g., sharepoint, google, azure, onedrive, dropbox, box, or cloudfiles (AWS S3). |
destination |
required | The target external location where the splitted file will be stored (includes library, driveId, and folder/location Id). |
instructionsString |
optional | Optional AI guidance for processing the document, improving accuracy for non-standard formats. |
contextString |
optional | Optional identifier to track the source or purpose of the action, enabling event traceability. |
Constructors
global SplitDocumentPayload( String fileId, String driveId, String library, Resource destination, String context )
global SplitDocumentPayload( String fileId, String driveId, String library, Resource destination, String instructions, String context )