Class AggregateUnwindOptions
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Options for the $unwind aggregation stage.
public class AggregateUnwindOptions<TResult>
Type Parameters
TResult
The type of the result.
Inheritance
AggregateUnwindOptions
Inherited Members
object.ReferenceEquals(object, object)
Properties
Gets or sets the field with which to include the array index.
Gets or sets whether to preserve null and empty arrays.
Gets or sets the result serializer.