Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndexesCreateOrUpdateOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • IndexesCreateOrUpdateOptionalParams

Index

Properties

Optional allowIndexDowntime

allowIndexDowntime: undefined | false | true

Allows new analyzers, tokenizers, token filters, or char filters to be added to an index by taking the index offline for at least a few seconds. This temporarily causes indexing and query requests to fail. Performance and write availability of the index can be impaired for several minutes after the index is updated, or longer for very large indexes.

Optional ifMatch

ifMatch: undefined | string

Defines the If-Match condition. The operation will be performed only if the ETag on the server matches this value.

Optional ifNoneMatch

ifNoneMatch: undefined | string

Defines the If-None-Match condition. The operation will be performed only if the ETag on the server does not match this value.

Optional requestOptionsParam

requestOptionsParam: RequestOptions

Parameter group

Generated using TypeDoc