PushEachOptionsSlice Property |
Gets or sets the slice (see $slice).
Namespace: MongoDB.Driver.BuildersAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
Syntax public Nullable<int> Slice { get; set; }
Public Property Slice As Nullable(Of Integer)
Get
Set
member Slice : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also