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
name
field is a string specifying the dimension's identifier. -
The
sortOrder
field is an enum used to define the sorting arrangement for the dimension column. -
The
kind
field is a string indicating the resource type, which isdfareporting#sortedDimension
for 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
. |