Class AggregateUnwindOptions<TResult>
Options for the $unwind aggregation stage.
Type Parameters
TResult
The type of the result.
- Inheritance
-
AggregateUnwindOptions<TResult>
- Inherited Members
Properties
- Include
Array Index Gets or sets the field with which to include the array index.
- Preserve
Null And Empty Arrays Gets or sets whether to preserve null and empty arrays.
- Result
Serializer Gets or sets the result serializer.