couchbase
    Preparing search index...

    Interface DisconnectAnalyticsLinkOptions

    interface DisconnectAnalyticsLinkOptions {
        dataverseName?: string;
        linkName?: string;
        timeout?: number;
    }
    Index

    Properties

    dataverseName?: string

    The name of the dataverse the link belongs to.

    linkName?: string

    The name of the link to connect.

    timeout?: number

    The timeout for this operation, represented in milliseconds.