IngressPlanNode Class

Definition

A node in the query plan representing a data source in the active, running query.

public sealed class IngressPlanNode : Microsoft.StreamProcessing.PlanNode
type IngressPlanNode = class
    inherit PlanNode
Public NotInheritable Class IngressPlanNode
Inherits PlanNode
Inheritance
IngressPlanNode

Properties

CodeGenReport

Tells what issues, if any, were encountered when trying to create a generated artifact.

(Inherited from PlanNode)
IsGenerated

Tells whether the current node in the query plan was generated using code generation internally.

(Inherited from PlanNode)
KeyType

Reports the grouping key type of the running query node.

(Inherited from PlanNode)
Kind

Returns the kind of plan node, which can then be used for type casting.

PayloadType

Reports the payload type of the running query node.

(Inherited from PlanNode)

Methods

GetCurrentlyBufferedAppliedPolicyCount()

Retrieve the count of tuples currently resident in memory as part of applying policies.

GetCurrentlyBufferedInputCount()

Retrieve the count of tuples currently resident in memory as part of input calculations.

(Inherited from PlanNode)
GetCurrentlyBufferedOutputCount()

Retrieve the count of tuples currently resident in memory as part of buffering events into pages.

(Inherited from PlanNode)
GetCurrentlyBufferedReorderCount()

Retrieve the count of tuples currently resident in memory as part of temporal reordering.

PrintConciseGeneralState(StringBuilder, Int32)

Provides a string representation of the current node.

(Inherited from PlanNode)
ToString()

Provides a string representation of the current node.

(Inherited from PlanNode)

Applies to