Fields

Fields
ParameterDescription
fileId
String
requiredThe unique Resource Id of the file in the external storage that will be processed.
driveId
String
requiredThe Id of the connected drive where the file is located (required for Google Drive and SharePoint).
library
String
requiredThe external storage type, e.g., sharepoint, google, azure, onedrive, dropbox, box, or cloudfiles (AWS S3).
destination requiredThe target external location where the splitted file will be stored (includes library, driveId, and folder/location Id).
instructions
String
optionalOptional AI guidance for processing the document, improving accuracy for non-standard formats.
context
String
optionalOptional 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
)