Package | Description |
---|---|
com.couchbase.client.java.manager.view |
Modifier and Type | Method and Description |
---|---|
static DropDesignDocumentOptions |
DropDesignDocumentOptions.dropDesignDocumentOptions() |
Modifier and Type | Method and Description |
---|---|
void |
ViewIndexManager.dropDesignDocument(String name,
DesignDocumentNamespace namespace,
DropDesignDocumentOptions options)
Removes a design document from the server.
|
Mono<Void> |
ReactiveViewIndexManager.dropDesignDocument(String name,
DesignDocumentNamespace namespace,
DropDesignDocumentOptions options)
Removes a design document from the server.
|
CompletableFuture<Void> |
AsyncViewIndexManager.dropDesignDocument(String name,
DesignDocumentNamespace namespace,
DropDesignDocumentOptions options)
Removes a design document from the server.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.