Package version:

Interface DeleteIndexOptions

Options for delete index operation.

interface DeleteIndexOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

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