SortOrder
Wartości w polu enum |
SORT_ORDER_UNSPECIFIED |
Wartość domyślna nieskonfigurowanego pola. Nie używać. |
ASCENDING |
Sortuj wartość wymiaru lub danych w kolejności rosnącej. |
DESCENDING |
Posortuj wartość wymiaru lub danych w kolejności malejącej. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-05-14 UTC.
[null,null,["Ostatnia aktualizacja: 2024-05-14 UTC."],[[["The default value for sorting is `SORT_ORDER_UNSPECIFIED` but should not be used."],["Sorting can be applied to either dimension or metric values."],["You can sort in ascending (`ASCENDING`) or descending (`DESCENDING`) order."]]],["The core content defines sorting options for data. `SORT_ORDER_UNSPECIFIED` is a placeholder for unset fields and should be avoided. `ASCENDING` sorts data values in increasing order, while `DESCENDING` sorts in decreasing order. These options apply to both dimension values and metric values within a dataset.\n"]]