Interface CreateAnalyticsIndexOptions

interface CreateAnalyticsIndexOptions {
    dataverseName?: string;
    ignoreIfExists?: boolean;
    timeout?: number;
}

Properties

dataverseName?: string

The name of the dataverse the index should belong to.

ignoreIfExists?: boolean

Whether or not the call should ignore the dataverse not existing when determining whether the call was successful.

timeout?: number

The timeout for this operation, represented in milliseconds.