Table of Contents

Class PushEachOptions

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

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; }

Property Value

IMongoSortBy