Table of Contents

Class AggregateUnwindOptions<TResult>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for the $unwind aggregation stage.

public class AggregateUnwindOptions<TResult>

Type Parameters

TResult

The 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.