ViewIndexManager

class ViewIndexManager

Functions

dropDesignDocument
Link copied to clipboard
suspend fun dropDesignDocument(name: String, namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default)
getAllDesignDocuments
Link copied to clipboard
suspend fun getAllDesignDocuments(namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default): List<DesignDocument>
getDesignDocument
Link copied to clipboard
suspend fun getDesignDocument(name: String, namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default): DesignDocument
Returns the named design document from the specified namespace.
publishDesignDocument
Link copied to clipboard
suspend fun publishDesignDocument(name: String, common: CommonOptions = CommonOptions.Default)
upsertDesignDocument
Link copied to clipboard
suspend fun upsertDesignDocument(doc: DesignDocument, namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default)