View Index Manager
Functions
drop Design Document
Link copied to clipboard
suspend fun dropDesignDocument(name: String, namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default)
Content copied to clipboard
get All Design Documents
Link copied to clipboard
suspend fun getAllDesignDocuments(namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default): List<DesignDocument>
Content copied to clipboard
get Design Document
Link copied to clipboard
suspend fun getDesignDocument(name: String, namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default): DesignDocument
Content copied to clipboard
Returns the named design document from the specified namespace.
publish Design Document
Link copied to clipboard
suspend fun publishDesignDocument(name: String, common: CommonOptions = CommonOptions.Default)
Content copied to clipboard
upsert Design Document
Link copied to clipboard
suspend fun upsertDesignDocument(doc: DesignDocument, namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default)
Content copied to clipboard