Uses of Interface
com.couchbase.client.core.manager.collection.CoreCreateOrUpdateCollectionSettings
Packages that use CoreCreateOrUpdateCollectionSettings
Package
Description
-
Uses of CoreCreateOrUpdateCollectionSettings in com.couchbase.client.core.classic.manager
Methods in com.couchbase.client.core.classic.manager with parameters of type CoreCreateOrUpdateCollectionSettingsModifier 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
Methods in com.couchbase.client.core.manager with parameters of type CoreCreateOrUpdateCollectionSettingsModifier 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
Methods in com.couchbase.client.core.protostellar.manager with parameters of type CoreCreateOrUpdateCollectionSettingsModifier 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)