Class AggregateUnwindOptions

| MongoDB CSharp Driver API Reference (original) (raw)

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

object

AggregateUnwindOptions

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

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.