Class UpdateCollectionSettings
java.lang.Object
com.couchbase.client.java.manager.collection.UpdateCollectionSettings
Allows to customize the behavior of the update collection operation.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The max expiry for documents in this collection, or a non-positive duration indicating special expiry behavior.toCore()
static UpdateCollectionSettings
Creates a new instance with default values.
-
Field Details
-
maxExpiry
-
history
-
-
Constructor Details
-
UpdateCollectionSettings
protected UpdateCollectionSettings()
-
-
Method Details
-
updateCollectionSettings
Creates a new instance with default values.- Returns:
- the instantiated default options.
-
maxExpiry
The max expiry for documents in this collection, or a non-positive duration indicating special expiry behavior. -
history
-
build
-
toCore
-