public MongoCollectionReference()

in Microsoft.Azure.WebJobs.Extensions.AzureCosmosDb.Mongo/MongoCollectionReference.cs [24:30]


        public MongoCollectionReference(CosmosDBMongoAttribute attribute)
        {
            this.client = client;
            this.databaseName = attribute.DatabaseName;
            this.collectionName = attribute.CollectionName;
            this.createIfNotExists = attribute.CreateIfNotExists;
        }