ViewIndexManager
class ViewIndexManager
Content copied to clipboard
Functions
dropDesignDocument
Link copied to clipboard
suspend fun dropDesignDocument(name: String, namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default)
Content copied to clipboard
getAllDesignDocuments
Link copied to clipboard
suspend fun getAllDesignDocuments(namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default): List<DesignDocument>
Content copied to clipboard
getDesignDocument
Link copied to clipboard
suspend fun getDesignDocument(name: String, namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default): DesignDocument
Content copied to clipboard
publishDesignDocument
Link copied to clipboard
suspend fun publishDesignDocument(name: String, common: CommonOptions = CommonOptions.Default)
Content copied to clipboard
upsertDesignDocument
Link copied to clipboard
suspend fun upsertDesignDocument(doc: DesignDocument, namespace: DesignDocumentNamespace, common: CommonOptions = CommonOptions.Default)
Content copied to clipboard