অর্ডার বাই সারি সারি প্রতিক্রিয়া কিভাবে সাজানো হবে সংজ্ঞায়িত. উদাহরণ স্বরূপ, সারিগুলিকে অবরোহিত অ্যাক্সেস গণনা দ্বারা ক্রম করা হল এক ক্রম, এবং দেশের স্ট্রিং দ্বারা সারিগুলিকে ক্রম করা একটি ভিন্ন ক্রম।
JSON প্রতিনিধিত্ব
{"desc": boolean,// Union field one_order_by can be only one of the following:"metric": {object (MetricOrderBy)},"dimension": {object (DimensionOrderBy)}// End of list of possible types for union field one_order_by.}
ক্ষেত্র
desc
boolean
সত্য হলে, নিচের ক্রম অনুসারে সাজান। মিথ্যা বা অনির্দিষ্ট থাকলে, ক্রমবর্ধমান ক্রমে সাজান।
ইউনিয়ন ক্ষেত্র one_order_by . OrderBy এর জন্য এক ধরনের অর্ডার নির্দিষ্ট করুন। one_order_by নিম্নলিখিতগুলির মধ্যে একটি হতে পারে:
ইউনিকোড কোড পয়েন্ট দ্বারা আলফানিউমেরিক সাজান। উদাহরণস্বরূপ, "2" < "A" < "X" < "b" < "z"।
CASE_INSENSITIVE_ALPHANUMERIC
ছোট হাতের ইউনিকোড কোড পয়েন্ট দ্বারা কেস সংবেদনশীল আলফানিউমেরিক সাজান। উদাহরণস্বরূপ, "2" < "A" < "b" < "X" < "z"।
NUMERIC
বাছাই করার আগে মাত্রা মান সংখ্যায় রূপান্তরিত হয়। উদাহরণ স্বরূপ, NUMERIC সর্টে, "25" < "100", এবং ALPHANUMERIC সর্টে, "100" < "25"। অ-সাংখ্যিক মাত্রা মান সব সাংখ্যিক মানের নীচে সমান ক্রম মান আছে.
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eOrderBys determine the sorting of rows in responses, based on metrics or dimensions.\u003c/p\u003e\n"],["\u003cp\u003eYou can sort by metrics (e.g., access count) or dimensions (e.g., country).\u003c/p\u003e\n"],["\u003cp\u003eSorting can be done in ascending or descending order, specified by the \u003ccode\u003edesc\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eDimension sorting offers different ordering options like alphanumeric, case-insensitive alphanumeric, and numeric, controlled by \u003ccode\u003eorderType\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content describes how to define row sorting in a response using \"OrderBys.\" Sorting can be ascending or descending, specified by the `desc` field. Rows are sorted by either a `metric` or a `dimension`, selected using the `one_order_by` field. `MetricOrderBy` uses a `metricName`. `DimensionOrderBy` uses a `dimensionName` and an `orderType` like `ALPHANUMERIC` or `NUMERIC`. The order type defines the rule for string dimension ordering.\n"],null,[]]