FullOrderByPushDown Parameter (Connect-Confluence Cmdlet)
Specifies whether provider pushes ORDER BY operations on the server-side for datetime columns that only support second-level precision.
Syntax
Connect-Confluence -FullOrderByPushDown SwitchParameter
Data Type
bool
Default Value
false
Remarks
Some datetime columns in Confluence support ordering only at the second level, which can cause inconsistent results when milliseconds are present.
When set to false, ORDER BY for these columns is applied client-side to preserve millisecond precision.
When set to true, cmdlet pushes ORDER BY for these columns to the server and trims milliseconds to match the server's precision. Millisecond values are removed even when the query does not include ORDER BY.
This property is useful when you require server-side ordering for limited-precision datetime columns and do not need millisecond accuracy.