Interface GetAllAnalyticsLinksOptions

interface GetAllAnalyticsLinksOptions {
    dataverse?: string;
    linkType?: AnalyticsLinkType;
    name?: string;
    timeout?: number;
}

Properties

dataverse?: string

The name of a dataverse to filter the links list to.

The type of link to filter the links list to.

name?: string

The name of a specific link to fetch.

timeout?: number

The timeout for this operation, represented in milliseconds.