Uses of Interface
com.couchbase.client.core.manager.collection.CoreCreateOrUpdateCollectionSettings
Package
Description
-
Uses of CoreCreateOrUpdateCollectionSettings in com.couchbase.client.core.classic.manager
Modifier and TypeMethodDescriptionClassicCoreCollectionManagerOps.createCollection
(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options) ClassicCoreCollectionManagerOps.updateCollection
(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options) -
Uses of CoreCreateOrUpdateCollectionSettings in com.couchbase.client.core.manager
Modifier and TypeMethodDescriptionCoreCollectionManager.createCollection
(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options) CoreCollectionManager.updateCollection
(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options) -
Uses of CoreCreateOrUpdateCollectionSettings in com.couchbase.client.core.protostellar.manager
Modifier and TypeMethodDescriptionProtostellarCoreCollectionManagerOps.createCollection
(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options) static ProtostellarRequest
<com.couchbase.client.protostellar.admin.collection.v1.CreateCollectionRequest> CoreProtostellarCollectionManagerRequests.createCollectionRequest
(CoreProtostellar core, String bucketName, String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions opts) ProtostellarCoreCollectionManagerOps.updateCollection
(String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions options)