SearchMetaFacetBucketResult Constructor |
Namespace:
MongoDB.Driver.Search
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntaxpublic SearchMetaFacetBucketResult(
long count,
BsonValue id
)
Public Sub New (
count As Long,
id As BsonValue
)
new :
count : int64 *
id : BsonValue -> SearchMetaFacetBucketResult
Parameters
- count
- Type: System.Int64
count of documents in this facet bucket. - id
- Type: MongoDB.Bson.BsonValue
Unique identifier that identifies this facet bucket.
See Also