SortOrder
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Enums |
SORT_ORDER_UNSPECIFIED |
सेट नहीं किए गए फ़ील्ड के लिए डिफ़ॉल्ट वैल्यू. इस्तेमाल न करें. |
ASCENDING |
डाइमेंशन वैल्यू या मेट्रिक वैल्यू को बढ़ते क्रम में लगाएं. |
DESCENDING |
डाइमेंशन वैल्यू या मेट्रिक वैल्यू को घटते क्रम में लगाएं. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe default value for sorting is \u003ccode\u003eSORT_ORDER_UNSPECIFIED\u003c/code\u003e but should not be used.\u003c/p\u003e\n"],["\u003cp\u003eSorting can be applied to either dimension values or metric values.\u003c/p\u003e\n"],["\u003cp\u003eTwo sorting options are available: \u003ccode\u003eASCENDING\u003c/code\u003e to sort values from lowest to highest and \u003ccode\u003eDESCENDING\u003c/code\u003e for the reverse.\u003c/p\u003e\n"]]],["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"],null,["# SortOrder\n\nThe sorting order.\n\n| Enums ||\n|--------------------------|-----------------------------------------------------------|\n| `SORT_ORDER_UNSPECIFIED` | Default value for an unset field. Do not use. |\n| `ASCENDING` | Sort dimension value or metric value in ascending order. |\n| `DESCENDING` | Sort dimension value or metric value in descending order. |"]]