• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Dataflow Pivot Transformation Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfDataflowPivotTransformationNode
X-Ref:
  • Ast Adf Dataflow Pivot Transformation Node
  • Ast Adf Dataflow Single Input Transformation Base Node
  • Ast Adf Dataflow Single Output Transformation Base Node
  • Ast Adf Dataflow Transformation Base Node
  • Ast Adf Dataflow Component Base Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ColumnArrangementAdfDataflowPivotColumnArrangementNormal
The arrangement of the columns after pivoting the values into new columns. Normal or Lateral are the two values. This is a required property
InputStreamNameAstAdfDataflowOutputStreamNode 
A reference to a previous component's output stream. This is a required reference to an existing definiton.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
NamePatternAdfDataflowPivotColumnNamePatternPrefixThenValue
The naming pattern for the new columns. Either prefix{Pivot Key Value}middle{expression prefix}suffix or prefix{expression prefix}middle{Pivot Key Value}suffix. This is a required property
PivotKeyString 
The column that ADF will pivot from row to colum. This is a required property
MiddleString 
The middle part of the column naming pattern for new columns after the pivot.
PartitionOptionAdfDataflowPartitionOptionCurrentPartitioning
Specifies how the user would like to handle partitioning inside of dataflow components.
PrefixString 
The prefix for the column naming pattern for new columns after the pivot.
SuffixString 
The suffix for the column naming pattern for new columns after the pivot.

Singleton Children

ChildAPI TypeDescription
<RoundRobin />AstAdfRoundRobinPartitionSettingsNodeSettings node for Round Robin partitioning in dataflow components.
<Hash />AstAdfHashPartitionSettingsNodeSettings node for Hash partitioning in dataflow components.
<DynamicRange />AstAdfDynamicRangePartitionSettingsNodeSettings node for Dynamic Range partitioning in dataflow components.
<FixedRange />AstAdfFixedRangePartitionSettingsNodeSettings node for Fixed Range partitioning in dataflow components.
<Key />AstAdfKeyPartitionSettingsNodeSettings node for Key partitioning in dataflow components.

Collection Children

ChildAPI TypeDescription
<Aggregations>
    <Column />
</Aggregations>
AstAdfDataflowPivotAggregateColumnNode
This is a collection of aggregation columns and their optional prefix.
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<GroupBy>
    <Column />
</GroupBy>
AstAdfDataflowNameAsColumnNode
This is a collection of columns that will be used for grouping in a pivot transformation.
<PivotValues>
    <Value />
</PivotValues>
String
This is a collection of values that you wish to pivot to columns.

© Varigence