Ordering
- QueryOrderByBase (abstract base type)
- Ascending
- Descending
QueryOrderByBase [Schema]
The order by base type. Used to specify the output order for matched entities.
Name | Type | Required | Description |
---|---|---|---|
Property | xsd:string Pattern: [A-Za-z0-9_\.]+ |
no | The property name. Indicates the entity property to be used for ordering. |
Ascending
Interits from: QueryOrderByBase
The ascending order by option. Used to sort matched entities by their specified property values.
Name | Type | Required | Description |
---|
Descending
Interits from: QueryOrderByBase
The descending order by option. Used to sort matched entities by their specified property values.
Name | Type | Required | Description |
---|