Class CreateCollectionSettings
java.lang.Object
com.couchbase.client.java.manager.collection.CreateCollectionSettings
Allows to customize the behavior of the create collection operation.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()static CreateCollectionSettingsCreates a new instance with default values.The max expiry for documents in this collection, or a non-positive duration indicating special expiry behavior.toCore()
- 
Field Details- 
maxExpiry
- 
history
 
- 
- 
Constructor Details- 
CreateCollectionSettingsprotected CreateCollectionSettings()
 
- 
- 
Method Details- 
createCollectionSettingsCreates a new instance with default values.- Returns:
- the instantiated default options.
 
- 
maxExpiryThe max expiry for documents in this collection, or a non-positive duration indicating special expiry behavior.- See Also:
 
- 
history
- 
build
- 
toCore
 
-