Method ChangeStreamSplitLargeEvent

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

ChangeStreamSplitLargeEvent(IAggregateFluent<ChangeStreamDocument>)

Appends a $changeStreamSplitLargeEvent stage to the pipeline.

public static IAggregateFluent<ChangeStreamDocument<TResult>> ChangeStreamSplitLargeEvent<TResult>(this IAggregateFluent<ChangeStreamDocument<TResult>> aggregate)

Parameters

aggregate IAggregateFluent<ChangeStreamDocument>

The aggregate.

Returns

IAggregateFluent<ChangeStreamDocument>

The fluent aggregate interface.

Type Parameters

TResult

The type of the result.