Share via


QuantizeLifetimePlanNode Class

Definition

A node in the query plan representing a lifetime transformation quantizing the start and end times along hopping boundaries in the active, running query.

public sealed class QuantizeLifetimePlanNode : Microsoft.StreamProcessing.UnaryPlanNode
type QuantizeLifetimePlanNode = class
    inherit UnaryPlanNode
Public NotInheritable Class QuantizeLifetimePlanNode
Inherits UnaryPlanNode
Inheritance
Microsoft.StreamProcessing.UnaryPlanNode
QuantizeLifetimePlanNode

Properties

Kind

Indicates that the current node is an operation that adjusts every event to be aligned along temporal boundaries.

Offset

Represents the "zero" from which the interval begins skipping

Skip

Represents the length whose multiples define the left (start) edge of each transformed lifetime

Width

Represents the length of each event after transformation

Applies to