Table of Contents

Property Hint

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Hint

Gets or sets the hint. This must either be a BsonString representing the index name or a BsonDocument representing the key pattern of the index.

public BsonValue Hint { get; set; }

Property Value

BsonValue