BackwardsCompatibilityMode Parameter (Connect-XML Cmdlet)
Set BackwardsCompatibilityMode to true to use the XML functionality and features available in the 2017 version.
Syntax
Connect-XML -BackwardsCompatibilityMode SwitchParameter
Data Type
bool
Default Value
false
Remarks
When set to true, the cmdlet will function the same as the 2017 version and will continue to be supported/improved.
When set to false (default), the new flattening features will be available. This includes DataModel, FlattenArrays, and FlattenObjects as well as the dynamic flattening of tables and columns via a SQL query.