couchbase
    Preparing search index...

    Interface ConnectAnalyticsLinkOptions

    interface ConnectAnalyticsLinkOptions {
        dataverseName?: string;
        force?: boolean;
        linkName?: string;
        timeout?: number;
    }
    Index

    Properties

    dataverseName?: string

    The name of the dataverse the link belongs to.

    force?: boolean

    Whether or not the call should attempt to force the link connection.

    linkName?: string

    The name of the link to connect.

    timeout?: number

    The timeout for this operation, represented in milliseconds.