SearchMetaCountResult Constructor |
Namespace:
MongoDB.Driver.Search
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public SearchMetaCountResult(
long? lowerBound,
long? total
)
Public Sub New (
lowerBound As Long?,
total As Long?
)
new :
lowerBound : Nullable<int64> *
total : Nullable<int64> -> SearchMetaCountResult
Parameters
- lowerBound
- Type: SystemNullableInt64
Lower bound for this result set. - total
- Type: SystemNullableInt64
Total for this result set.
See Also