hotdata 0.14.0

Powerful data platform API for datasets, queries, and analytics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# TableSortKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**column** | **String** |  | 
**direction** | Option<**String**> | `asc` (the default) or `desc`. Null when the table was declared without an explicit direction for this key. | [optional]
**nulls** | Option<**String**> | Where nulls are placed: `first` or `last`. Defaults to the SQL default for the chosen direction. Null when the table was declared without an explicit placement for this key. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)