Uses of Class
io.vertx.ext.mongo.CreateCollectionOptions
Packages that use CreateCollectionOptions
-
Uses of CreateCollectionOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return CreateCollectionOptionsModifier and TypeMethodDescriptionOptional.CreateCollectionOptions.setCollation(CollationOptions collation) Specifies the default collation for the collection.CreateCollectionOptions.setExpireAfterSeconds(Long expireAfterSeconds) Optional.CreateCollectionOptions.setIndexOptionDefaults(JsonObject indexOptionDefaults) Optional.CreateCollectionOptions.setMaxDocuments(Long maxDocuments) Optional.CreateCollectionOptions.setSizeInBytes(Long sizeInBytes) Optional.CreateCollectionOptions.setStorageEngineOptions(JsonObject storageEngineOptions) Optional.CreateCollectionOptions.setTimeSeriesOptions(TimeSeriesOptions timeSeriesOptions) CreateCollectionOptions.setValidationOptions(ValidationOptions validationOptions) Methods in io.vertx.ext.mongo with parameters of type CreateCollectionOptionsModifier and TypeMethodDescriptionMongoClient.createCollectionWithOptions(String collectionName, CreateCollectionOptions collectionOptions) Create a new collection with optionsConstructors in io.vertx.ext.mongo with parameters of type CreateCollectionOptions -
Uses of CreateCollectionOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type CreateCollectionOptionsModifier and TypeMethodDescriptionMongoClient.createCollectionWithOptions(String collectionName, CreateCollectionOptions collectionOptions) Create a new collection with optionsMongoClient.rxCreateCollectionWithOptions(String collectionName, CreateCollectionOptions collectionOptions) Create a new collection with options -
Uses of CreateCollectionOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type CreateCollectionOptionsModifier and TypeMethodDescriptionMongoClient.createCollectionWithOptions(String collectionName, CreateCollectionOptions collectionOptions) Create a new collection with optionsMongoClient.rxCreateCollectionWithOptions(String collectionName, CreateCollectionOptions collectionOptions) Create a new collection with options