Adf Dataflow Window Sort Column Element
X-Ref:
- Ast Adf Dataflow Window Sort Column Node
- Ast Adf Dataflow Component Column Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Direction | AdfDataflowWindowSortDirection | Ascending | Specifies the direction of the sort. This is a required property |
IsNullsFirst | Boolean | False | Determines whether nulls should come at the beginning or end of a sort. This is a required property |
Name | String | The name of the column to sort by. |
Collection Children
Child | API Type | Description |
---|---|---|
<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. |