Robuta

https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/M_MongoDB_Driver_MongoDatabase_CreateCollection_1.htm MongoDatabase.CreateCollection Method (String, IMongoCollectionOptions) Creates a collection. MongoDB creates collections automatically when they are first used, so you only need to call this method if you want to provide... methodstring https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/T_MongoDB_Driver_IMongoCollectionOptions.htm IMongoCollectionOptions Interface A marker interface that represents options for creating a collection (see CollectionOptionsDocument and the CollectionOptions builder). interface