Class AggregateOptions
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Options for an aggregate operation.
public class AggregateOptions
Inheritance
AggregateOptions
Inherited Members
Properties
Gets or sets a value indicating whether to allow disk use.
Gets or sets the size of a batch.
Gets or sets a value indicating whether to bypass document validation.
Gets or sets the collation.
Gets or sets the comment.
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.
Gets or sets the "let" definition.
Gets or sets the maximum await time.
Gets or sets the maximum time.
Gets or sets the translation options.
Gets or sets a value indicating whether to use a cursor.
Operators
implicit operator AggregateOptions(ExpressionTranslationOptions)
Creates an AggregateOptions instance with the specified translation options.