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

    Type Alias SFTPConfiguration

    SFTPConfiguration: {
        cronExpression?: string;
        destination: string;
        sftp?: { includePaths?: IncludePathsArray } & Record<string, any>;
    } & Record<string, any>

    Representation of the 'SFTPConfiguration' schema.

    Type Declaration

    • OptionalcronExpression?: string
      "0 3 * * *"
      
    • destination: string
      "generic-secret-name"
      

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

    • Optionalsftp?: { includePaths?: IncludePathsArray } & Record<string, any>