Interface CreateAnalyticsDataverseOptions

interface CreateAnalyticsDataverseOptions {
    ignoreIfExists?: boolean;
    timeout?: number;
}

Properties

ignoreIfExists?: boolean

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

timeout?: number

The timeout for this operation, represented in milliseconds.