Interface DropQueryIndexOptions

Hierarchy

  • DropQueryIndexOptions

Properties

ignoreIfNotExists?: boolean

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

parentSpan?: RequestSpan

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

timeout?: number

The timeout for this operation, represented in milliseconds.

Generated using TypeDoc