PrimaryKeySort specifies sorting based on the primary key.
Data structure
message PrimaryKeySort {
optional SortOrder order = 1;
}
Parameter | Type | Required | Description |
order | Yes | The sorting method. You can sort fields in the ascending or descending order. By default, fields are sorted in the ascending order. |