Streamable.Count<TKey,TPayload> Method

Definition

Computes a time-sensitive count aggregate using "snapshot windows" (SI terminology).

public static Microsoft.StreamProcessing.IStreamable<TKey,ulong> Count<TKey,TPayload> (this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source);
static member Count : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> -> Microsoft.StreamProcessing.IStreamable<'Key, uint64>
<Extension()>
Public Function Count(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload)) As IStreamable(Of TKey, ULong)

Type Parameters

TKey
TPayload

Parameters

Returns

Applies to