View index information.

interface DesignDocumentViewIndex {
    collator_versions: string[];
    compact_running: boolean;
    language: string;
    signature: string;
    sizes: ContentInformationSizes;
    updater_running: boolean;
    updates_pending: UpdatesPending;
    waiting_clients: number;
    waiting_commit: boolean;
}

Properties

collator_versions: string[]

List of collator versions. If there are multiple entries this implies a libicu upgrade has occurred but compaction has not run yet.

compact_running: boolean

Indicates whether a compaction routine is currently running on the view.

language: string

Language for the defined views.

signature: string

MD5 signature of the views for the design document.

Schema for size information of content.

updater_running: boolean

Indicates if the view is currently being updated.

updates_pending: UpdatesPending

Schema for an ability to tell if view is up-to-date without querying it.

waiting_clients: number

Number of clients waiting on views from this design document.

waiting_commit: boolean

Indicates if there are outstanding commits to the underlying database that need to processed.

Generated using TypeDoc