Class AggregateUnwindOptions<TResult>
- Namespace
- MongoDB.Driver
- Assembly
- MongoDB.Driver.dll
public class AggregateUnwindOptions<TResult>
Type Parameters
TResult
- Inheritance
-
AggregateUnwindOptions<TResult>
- Inherited Members
-
Constructors
AggregateUnwindOptions()
public AggregateUnwindOptions()
Properties
IncludeArrayIndex
public FieldDefinition<TResult> IncludeArrayIndex { get; set; }
Property Value
- FieldDefinition<TResult>
PreserveNullAndEmptyArrays
public bool? PreserveNullAndEmptyArrays { get; set; }
Property Value
- bool?
ResultSerializer
public IBsonSerializer<TResult> ResultSerializer { get; set; }
Property Value
- IBsonSerializer<TResult>