IPartitionedStreamable<TKey, TPayload> Interface

Represents a partitioned data that can be organized into streams.

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

'Declaration
Public Interface IPartitionedStreamable(Of TKey, TPayload)
'Usage
Dim instance As IPartitionedStreamable(Of TKey, TPayload)
public interface IPartitionedStreamable<TKey, TPayload>
generic<typename TKey, typename TPayload>
public interface class IPartitionedStreamable
type IPartitionedStreamable<'TKey, 'TPayload> =  interface end
JScript does not support generic types and methods.

Type Parameters

  • TKey
    The type of the grouping key.
  • TPayload
    The type of payload.

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace