IQPartitionedStreamable<TKey, TPayload> Interface

Represents a partitioned temporal stream query.

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

Syntax

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

Type Parameters

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

The IQPartitionedStreamable<TKey, TPayload> type exposes the following members.

Properties

  Name Description
Public property Expression Gets expression describing the query part. (Inherited from IQStreamable.)
Public property Provider Gets the LINQ provider for the temporal stream query part. (Inherited from IQStreamable.)

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace