Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentCounts

Object containing collection document count information.

Hierarchy

  • DocumentCounts

Index

Properties

Optional available

available: number

The total number of available documents in the collection.

Optional failed

failed: number

The number of documents in the collection that failed to be ingested.

Optional pending

pending: number

The number of documents that have been uploaded to the collection, but have not yet started processing.

Optional processing

processing: number

The number of documents in the collection that are currently being processed.

Generated using TypeDoc