共用方式為


Streamable.Count<TKey,TPayload> 方法

定義

使用「快照集視窗」 (SI 術語) 來計算時間敏感性計數匯總。

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)

類型參數

TKey
TPayload

參數

傳回

適用於