Interface DropAnalyticsDatasetOptions

interface DropAnalyticsDatasetOptions {
    dataverseName?: string;
    ignoreIfNotExists?: boolean;
    timeout?: number;
}

Properties

dataverseName?: string

The name of the dataverse the dataset belongs to.

ignoreIfNotExists?: 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.