Class PushEachOptions
Arguments for $push with an $each clause.
public class PushEachOptions
- Inheritance
-
PushEachOptions
- Inherited Members
- Extension Methods
Properties
Position
Gets or sets the position (see $position).
public int? Position { get; set; }
Property Value
- int?
Slice
Gets or sets the slice (see $slice).
public int? Slice { get; set; }
Property Value
- int?
Sort
Gets or sets the sort (see $sort).
public IMongoSortBy Sort { get; set; }