AI-generated Key Takeaways
-
Sorted dimensions are represented by a JSON object with fields for the dimension's name, an optional sort order, and the resource kind.
-
The
namefield is a string specifying the dimension's identifier. -
The
sortOrderfield is an enum used to define the sorting arrangement for the dimension column. -
The
kindfield is a string indicating the resource type, which isdfareporting#sortedDimensionfor this representation.
Represents a sorted dimension.
| JSON representation |
|---|
{
"name"
:
string
,
"sortOrder"
:
enum (
|
| Fields | |
|---|---|
name
|
The name of the dimension. |
sortOrder
|
An optional sort order for the dimension column. |
kind
|
The kind of resource this is, in this case . |

