Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateQueryIndexOptions

Hierarchy

  • CreateQueryIndexOptions

Index

Properties

Optional deferred

deferred: boolean

Specifies whether this index creation should be deferred until a later point in time when they can be explicitly built together.

Optional ignoreIfExists

ignoreIfExists: boolean

Whether or not the call should ignore the index already existing when determining whether the call was successful.

Optional numReplicas

numReplicas: number

The number of replicas of this index that should be created.

Optional parentSpan

parentSpan: RequestSpan

The parent tracing span that this operation will be part of.

Optional timeout

timeout: number

The timeout for this operation, represented in milliseconds.

Generated using TypeDoc