Uses of Class
io.vertx.ext.mongo.CreateCollectionOptions
-
-
Uses of CreateCollectionOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return CreateCollectionOptions Modifier and Type Method Description CreateCollectionOptionsCreateCollectionOptions. setCapped(Boolean capped)Optional.CreateCollectionOptionsCreateCollectionOptions. setCollation(CollationOptions collation)Specifies the default collation for the collection.CreateCollectionOptionsCreateCollectionOptions. setExpireAfterSeconds(Long expireAfterSeconds)Optional.CreateCollectionOptionsCreateCollectionOptions. setIndexOptionDefaults(JsonObject indexOptionDefaults)Optional.CreateCollectionOptionsCreateCollectionOptions. setMaxDocuments(Long maxDocuments)Optional.CreateCollectionOptionsCreateCollectionOptions. setSizeInBytes(Long sizeInBytes)Optional.CreateCollectionOptionsCreateCollectionOptions. setStorageEngineOptions(JsonObject storageEngineOptions)Optional.CreateCollectionOptionsCreateCollectionOptions. setTimeSeriesOptions(TimeSeriesOptions timeSeriesOptions)CreateCollectionOptionsCreateCollectionOptions. setValidationOptions(ValidationOptions validationOptions)Methods in io.vertx.ext.mongo with parameters of type CreateCollectionOptions Modifier and Type Method Description Future<Void>MongoClient. createCollectionWithOptions(String collectionName, CreateCollectionOptions collectionOptions)Create a new collection with optionsConstructors in io.vertx.ext.mongo with parameters of type CreateCollectionOptions Constructor Description CreateCollectionOptions(CreateCollectionOptions other)
-