Streamable.PointAtEnd<TKey,TPayload> Method

Definition

Create a stream that reports all deaccumulations as an insert-only point stream (converts all events into point events at end).

public static Microsoft.StreamProcessing.IStreamable<TKey,TPayload> PointAtEnd<TKey,TPayload> (this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> stream);
static member PointAtEnd : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> -> Microsoft.StreamProcessing.IStreamable<'Key, 'Payload>
<Extension()>
Public Function PointAtEnd(Of TKey, TPayload) (stream As IStreamable(Of TKey, TPayload)) As IStreamable(Of TKey, TPayload)

Type Parameters

TKey
TPayload

Parameters

Returns

Applies to