Page Summary
-
Sorted Dimension is represented in JSON format.
-
It has fields for name, sortOrder, and kind.
-
The kind field specifically identifies it as
dfareporting#sortedDimension.
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
. |