PushEachOptions Class |
Namespace: MongoDB.Driver.Builders
The PushEachOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| PushEachOptions | Initializes a new instance of the PushEachOptions class |
| Name | Description | |
|---|---|---|
| Position |
Gets or sets the position (see $position).
| |
| Slice |
Gets or sets the slice (see $slice).
| |
| Sort |
Gets or sets the sort (see $sort).
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
| ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
| ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |