Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetAutocompletionParams

Parameters for the getAutocompletion operation.

Hierarchy

  • GetAutocompletionParams

Index

Properties

collectionId

collectionId: string

The ID of the collection.

Optional count

count: number

The number of autocompletion suggestions to return.

environmentId

environmentId: string

The ID of the environment.

Optional field

field: string

The field in the result documents that autocompletion suggestions are identified from.

Optional headers

headers: OutgoingHttpHeaders

prefix

prefix: string

The prefix to use for autocompletion. For example, the prefix Ho could autocomplete to hot, housing, or how.

Generated using TypeDoc