in Microsoft.Azure.WebJobs.Extensions.AzureCosmosDb.Mongo/MongoCollectionReference.cs [16:22]
public MongoCollectionReference(IMongoClient client, string databaseName, string collectionName, bool createIfNotExists = true)
{
this.client = client;
this.databaseName = databaseName;
this.collectionName = collectionName;
this.createIfNotExists = createIfNotExists;
}