Package version:

Interface DeleteIndexerOptions

Options for delete indexer operation.

interface DeleteIndexerOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

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