Package version:

Interface CreateorUpdateIndexerOptions

Options for create/update indexer operation.

interface CreateorUpdateIndexerOptions {
    disableCacheReprocessingChangeDetection?: boolean;
    onlyIfUnchanged?: boolean;
    skipIndexerResetRequirementForCache?: boolean;
}

Hierarchy (view full)

Properties

disableCacheReprocessingChangeDetection?: boolean

Disables cache reprocessing change detection.

onlyIfUnchanged?: boolean

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

skipIndexerResetRequirementForCache?: boolean

Ignores cache reset requirements.