AggregatePipeType Enum

Definition

An enumeration of the available state management algorithm types.

public enum AggregatePipeType
type AggregatePipeType = 
Public Enum AggregatePipeType
Inheritance
AggregatePipeType

Fields

ElasticCircularBuffer 1

States that an elastic circular buffer is being used to manage aggregate states.

None 0

States that no specific pattern in event time has been detected and thus state management is at its most complicated.

PriorityQueue 2

States that a priority queue is being used to manage aggregate states.

Tumbling 3

States that the aggregate is being computed over a tumbling window and that state management is at its simplest.

Applies to