Share via


Window<TKey,TSource>.Count Method

Definition

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

public Microsoft.StreamProcessing.Aggregates.IAggregate<TSource,ulong,ulong> Count ();
member this.Count : unit -> Microsoft.StreamProcessing.Aggregates.IAggregate<'Source, uint64, uint64>
Public Function Count () As IAggregate(Of TSource, ULong, ULong)

Returns

Applies to