AdfDataflowWindowRangeBy Enumeration
Specifies whether to range by column value or current row offset for dataflow window transformations in Azure Data Factory.
Enumeration Values
Name | Summary |
---|---|
CurrentRow | Range by the current row. |
ColumnValue | Range by the columns value. |