Value of built-in /_all_docs style view.

interface DocsResultRowValue {
    deleted?: boolean;
    rev: string;
}

Properties

Properties

deleted?: boolean

If true then the document is deleted. Not present for undeleted documents.

rev: string

Schema for a document revision identifier.

Generated using TypeDoc