bigframes._config.BigQueryOptions.ordering_mode# property BigQueryOptions.ordering_mode: Literal['strict', 'partial']# Controls whether total row order is always maintained for DataFrame/Series. Returns: A literal string value of either strict or partial ordering mode. Return type: Literal