Class AggregateOptions
- Namespace
- MongoDB.Driver
- Assembly
- MongoDB.Driver.dll
public class AggregateOptions
- Inheritance
-
AggregateOptions
- Inherited Members
-
Constructors
AggregateOptions()
public AggregateOptions()
Properties
AllowDiskUse
public bool? AllowDiskUse { get; set; }
Property Value
- bool?
BatchSize
public int? BatchSize { get; set; }
Property Value
- int?
BypassDocumentValidation
public bool? BypassDocumentValidation { get; set; }
Property Value
- bool?
Collation
public Collation Collation { get; set; }
Property Value
- Collation
MaxTime
public TimeSpan? MaxTime { get; set; }
Property Value
- TimeSpan?
TranslationOptions
public ExpressionTranslationOptions TranslationOptions { get; set; }
Property Value
- ExpressionTranslationOptions
UseCursor
public bool? UseCursor { get; set; }
Property Value
- bool?