Class AggregateUnwindOptions<TResult>
Options for the $unwind aggregation stage.
public class AggregateUnwindOptions<TResult>
  Type Parameters
TResultThe type of the result.
- Inheritance
 - 
      
      AggregateUnwindOptions<TResult>
 
- Inherited Members
 
Properties
- IncludeArrayIndex
 Gets or sets the field with which to include the array index.
- PreserveNullAndEmptyArrays
 Gets or sets whether to preserve null and empty arrays.
- ResultSerializer
 Gets or sets the result serializer.