SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Type Alias DestinationRetrievalOptions

    DestinationRetrievalOptions: CachingOptions & {
        isolationStrategy?: IsolationStrategy;
        retry?: boolean;
    }

    Options to use while fetching destinations. Encompasses both CachingOptions and isolation strategy.

    Type declaration

    • OptionalisolationStrategy?: IsolationStrategy

      The isolation strategy used for caching destinations. For the available options, see IsolationStrategy. By default, 'tenant-user' is set.

    • Optionalretry?: boolean

      The call to destination/{name} sometimes also performs a token exchange. Such calls can be flaky due to an unstable token exchange endpoint. This parameter enables 3 retries on the destination by name calls. By default, the retry is disabled.

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