Click or drag to resize
AggregateUnwindOptions<TResult>.IncludeArrayIndex Property
Gets or sets the field with which to include the array index.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
public FieldDefinition<TResult> IncludeArrayIndex { get; set; }

Property Value

Type: FieldDefinition<TResult>
See Also