SprayPlanNode Class

Definition

Represents an operation in a Map-Reduce job that sprays data to different nodes.

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

Properties

Kind

Indicates that the current node is a spray operation.

Multicast

States whether the spray operation sends all data to all nodes.

SpraySortOrderComparer

Returns the expression for the comparer used to determine spray sort order.

TotalBranches

States the maximum number of delegated branches against which to spray data.

Applies to