Streamable.Count<TKey,TPayload> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用「快照集視窗」 (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
參數
- source
- IStreamable<TKey,TPayload>
傳回
IStreamable<TKey,UInt64>