SortOrder
Enum |
SORT_ORDER_UNSPECIFIED |
Valore predefinito per un campo non impostato. Non utilizzare. |
ASCENDING |
Ordina il valore della dimensione o la metrica in ordine crescente. |
DESCENDING |
Ordina il valore della dimensione o la metrica in ordine decrescente. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-05-14 UTC.
[null,null,["Ultimo aggiornamento 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 values or metric values."],["Two sorting options are available: `ASCENDING` to sort values from lowest to highest and `DESCENDING` for the reverse."]]],["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"]]