Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryResult

Query result object.

Hierarchy

  • QueryResult

Indexable

[propName: string]: any

QueryResult accepts additional properties.

Index

Properties

Optional collection_id

collection_id: string

The collection ID of the collection containing the document for this result.

Optional id

id: string

The unique identifier of the document.

Optional metadata

metadata: JsonObject

Metadata of the document.

Optional result_metadata

result_metadata: QueryResultMetadata

Metadata of a query result.

Generated using TypeDoc