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