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

    Type Alias ConfigurationDocumentFullDetails

    ConfigurationDocumentFullDetails: {
        absoluteFilePath?: string;
        createdTimestamp?: string;
        documentEtag?: string;
        downloadLocation?: string;
        fileSizeMb?: string;
        fileSuffix?: string;
        id?: string;
        metadata?: DocumentMetadata[];
        mimeType?: string;
        resourceUri?: string;
        title?: string;
        viewLocation?: string;
        webUrl?: string;
    } & Record<string, any>

    Representation of the 'ConfigurationDocumentFullDetails' 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".
    • OptionaldocumentEtag?: string

      ETag of the document.

      "abc123etag"
      
    • OptionaldownloadLocation?: string

      Download location of the document.

      "https://example.com/download/123"
      
    • OptionalfileSizeMb?: string

      File size of the document in megabytes.

      "1.5"
      
    • OptionalfileSuffix?: string

      File suffix of the document.

      ".pdf"
      
    • Optionalid?: string

      Unique identifier for the document.

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

      Metadata key-value pairs associated with the document.

    • OptionalmimeType?: string

      MIME type of the document.

      "application/pdf"
      
    • OptionalresourceUri?: string

      URI of the resource.

      "https://example.com/resource/123"
      
    • Optionaltitle?: string

      Title of the document.

      "Quarterly Report"
      
    • OptionalviewLocation?: string

      View location of the document.

      "https://example.com/view/123"
      
    • OptionalwebUrl?: string

      Web URL of the document.

      "https://example.com/web/123"
      

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