Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Collection

A collection for storing documents.

Hierarchy

  • Collection

Index

Properties

Optional collection_id

collection_id: string

The unique identifier of the collection.

Optional configuration_id

configuration_id: string

The unique identifier of the collection's configuration.

Optional crawl_status

crawl_status: CollectionCrawlStatus

Object containing information about the crawl status of this collection.

Optional created

created: string

The creation date of the collection in the format yyyy-MM-dd'T'HH:mmcon:ss.SSS'Z'.

Optional description

description: string

The description of the collection.

Optional disk_usage

Summary of the disk usage statistics for this collection.

Optional document_counts

document_counts: DocumentCounts

Object containing collection document count information.

Optional language

language: string

The language of the documents stored in the collection. Permitted values include en (English), de (German), and es (Spanish).

Optional name

name: string

The name of the collection.

Optional smart_document_understanding

smart_document_understanding: SduStatus

Object containing smart document understanding information for this collection.

Optional status

status: string

The status of the collection.

Optional training_status

training_status: TrainingStatus

Training status details.

Optional updated

updated: string

The timestamp of when the collection was last updated in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.

Generated using TypeDoc