Interface CreateAnalyticsDatasetOptions

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

Properties

condition?: string

A conditional expression to limit the indexes scope.

dataverseName?: string

The name of the dataverse the dataset should belong to.

ignoreIfExists?: boolean

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

timeout?: number

The timeout for this operation, represented in milliseconds.