SAP AI SDK for JavaScript - v2.12.0
    Preparing search index...

    Type Alias ConfigurationDocument

    ConfigurationDocument: {
        absoluteFilePath?: string;
        createdTimestamp?: string;
        id?: string;
        metadata?: DocumentMetadata[];
        title?: string;
        type?: "FOLDER" | "DOCUMENT" | any;
    } & Record<string, any>

    Representation of the 'ConfigurationDocument' schema.

    Type Declaration

    • OptionalabsoluteFilePath?: string

      Absolute file path of the document in the repository.

      "/sites/team/finance/Q1/report.pdf"
      
    • OptionalcreatedTimestamp?: string

      UTC timestamp when the document was created (RFC 3339 format, e.g., 2025-08-28T06:15:30Z)

      "2025-08-28T06:15:30Z"
      Format: "date-time".
    • Optionalid?: string

      Unique identifier for the document.

      "3cba7512-b07a-58e6-a442-c83996a0b3bb"
      
    • Optionalmetadata?: DocumentMetadata[]

      Metadata key-value pairs associated with the document.

    • Optionaltitle?: string

      Title of the document.

      "Quarterly Report"
      
    • Optionaltype?: "FOLDER" | "DOCUMENT" | any

      Type of the resource. Can be FOLDER, DOCUMENT.

      "FOLDER"
      

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.