Package | Description |
---|---|
com.couchbase.client.java.manager.collection |
Modifier and Type | Method and Description |
---|---|
UpdateCollectionSettings |
UpdateCollectionSettings.history(Boolean history) |
UpdateCollectionSettings |
UpdateCollectionSettings.maxExpiry(Duration maxExpiry)
The max expiry for documents in this collection,
or a non-positive duration indicating special expiry behavior.
|
static UpdateCollectionSettings |
UpdateCollectionSettings.updateCollectionSettings()
Creates a new instance with default values.
|
Modifier and Type | Method and Description |
---|---|
Mono<Void> |
ReactiveCollectionManager.updateCollection(String scopeName,
String collectionName,
UpdateCollectionSettings settings)
Updates a collection with custom options.
|
CompletableFuture<Void> |
AsyncCollectionManager.updateCollection(String scopeName,
String collectionName,
UpdateCollectionSettings settings)
Updates a collection with custom options.
|
void |
CollectionManager.updateCollection(String scopeName,
String collectionName,
UpdateCollectionSettings settings)
Updates a collection with custom options.
|
Mono<Void> |
ReactiveCollectionManager.updateCollection(String scopeName,
String collectionName,
UpdateCollectionSettings settings,
UpdateCollectionOptions options)
Updates a collection with custom options.
|
CompletableFuture<Void> |
AsyncCollectionManager.updateCollection(String scopeName,
String collectionName,
UpdateCollectionSettings settings,
UpdateCollectionOptions options)
Updates a collection with custom options.
|
void |
CollectionManager.updateCollection(String scopeName,
String collectionName,
UpdateCollectionSettings settings,
UpdateCollectionOptions options)
Updates a collection with custom options.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.