couchbase
    Preparing search index...

    Class DesignDocument

    Contains information about a design document.

    Index

    Properties

    Accessors

    Properties

    name: string

    The name of the design document.

    The namespace for this design document.

    rev: undefined | string

    The revision of the design document.

    views: { [viewName: string]: DesignDocumentView }

    A map of the views that exist in this design document.

    Accessors