Package version:

Interface CreateorUpdateIndexerOptions

Options for create/update indexer operation.

interface CreateorUpdateIndexerOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

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