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

    Type Alias MetadataConfigurationRequest

    MetadataConfigurationRequest: {
        dataRepositoryType: "MSSharePoint" | "S3" | "SFTP";
        destinationName: string;
        id?: string;
        includePaths?: string[];
        labels?: ({ key: string; value: string } & Record<string, any>)[];
        name?: string;
    } & Record<string, any>

    Representation of the 'MetadataConfigurationRequest' schema.

    Type Declaration

    • dataRepositoryType: "MSSharePoint" | "S3" | "SFTP"

      The data repository type for which this configuration is being created.

      "MSSharePoint"
      
    • destinationName: string

      Contains destination name containing credentials to access the data repository.

    • Optionalid?: string

      If provided, must be a valid UUID. If not provided, a new UUID will be generated.

    • OptionalincludePaths?: string[]
      [
      "/site/documents",
      "/shared/team"
      ]
      Min Items: 1.
    • Optionallabels?: ({ key: string; value: string } & Record<string, any>)[]
    • Optionalname?: string

      If provided, must be a valid string. If not provided, will be same as id.

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