couchbase
    Preparing search index...

    Interface IAnalyticsLink

    Provides a base class for specifying options for an analytics link.

    interface IAnalyticsLink {
        dataverse: string;
        linkType: AnalyticsLinkType;
        name: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    dataverse: string

    The dataverse that this link belongs to.

    Specifies what type of analytics link this represents.

    name: string

    The name of this link.