Table of Contents

Method Slice

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

Slice(int)

Specifies a slice for the array.

public PushEachOptionsBuilder<TValue> Slice(int slice)

Parameters

slice int

The slice.

Returns

PushEachOptionsBuilder<TValue>

The builder.