CollectionStatsResult Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntaxpublic CollectionStatsResult(
BsonDocument response
)
Public Sub New (
response As BsonDocument
)
new :
response : BsonDocument -> CollectionStatsResult
Parameters
- response
- Type: MongoDB.Bson.BsonDocument
The response.
See Also