Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryNoticesResult

Query result object.

Hierarchy

  • QueryNoticesResult

Indexable

[propName: string]: any

QueryNoticesResult accepts additional properties.

Index

Properties

Optional code

code: number

The internal status code returned by the ingestion subsystem indicating the overall result of ingesting the source document.

Optional collection_id

collection_id: string

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

Optional file_type

file_type: string

The type of the original source file.

Optional filename

filename: string

Name of the original source file (if available).

Optional id

id: string

The unique identifier of the document.

Optional metadata

metadata: JsonObject

Metadata of the document.

Optional notices

notices: Notice[]

Array of notices for the document.

Optional result_metadata

result_metadata: QueryResultMetadata

Metadata of a query result.

Optional sha1

sha1: string

The SHA-1 hash of the original source file (formatted as a hexadecimal string).

Generated using TypeDoc