Package version:

Interface CreateorUpdateDataSourceConnectionOptions

Options for create/update datasource operation.

interface CreateorUpdateDataSourceConnectionOptions {
    onlyIfUnchanged?: boolean;
    skipIndexerResetRequirementForCache?: boolean;
}

Hierarchy (view full)

Properties

onlyIfUnchanged?: boolean

If set to true, Resource will be updated only if the etag matches.

skipIndexerResetRequirementForCache?: boolean

Ignores cache reset requirements.