Drops an existing design document.
The name of the design document to drop.
Optional
options: DropDesignDocumentOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Drops an existing design document.
The name of the design document to drop.
The DesignDocument namespace.
Optional
options: DropDesignDocumentOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Returns a list of all the design documents in this bucket.
Optional
options: GetAllDesignDocumentOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<DesignDocument[]>A node-style callback to be invoked after execution.
Returns a list of all the design documents in this bucket.
The DesignDocument namespace.
Optional
options: GetAllDesignDocumentOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<DesignDocument[]>A node-style callback to be invoked after execution.
Returns the specified design document.
The name of the design document to fetch.
Optional
options: GetDesignDocumentOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<DesignDocument>A node-style callback to be invoked after execution.
Returns the specified design document.
The name of the design document to fetch.
The DesignDocument namespace.
Optional
options: GetDesignDocumentOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<DesignDocument>A node-style callback to be invoked after execution.
Publishes a development design document to be a production design document.
It does this by fetching the design document by the passed name with dev_
appended, and then performs an upsert of the production name (no dev_
)
with the data which was just fetched.
The name of the design document to publish.
Optional
options: PublishDesignDocumentOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Creates or updates a design document.
The DesignDocument to upsert.
Optional
options: UpsertDesignDocumentOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Creates or updates a design document.
The DesignDocument to upsert.
Optional
namespace: DesignDocumentNamespaceThe DesignDocument namespace.
Optional
options: UpsertDesignDocumentOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
ViewIndexManager is an interface which enables the management of view indexes on the cluster.