ProjectBaseTable
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
|
|
| time_created |
datetime |
|
|
| time_modified |
datetime |
|
|
| owner_id |
str |
|
|
| tenant_id |
str |
|
|
| name |
str |
The name of the table which should be used in writing queries |
|
| type |
str |
The type of the table |
|
| status |
str |
The status of the table |
|
| tenant_name |
str, none_type |
|
[optional] |
| description |
str, none_type |
The description of the table |
[optional] |
| number_of_records |
int, none_type |
The number of record in the table |
[optional] |
| data_size |
int, none_type |
The amount of Data contained in this table in bytes |
[optional] |
| any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |
[Back to Model list] [Back to API list] [Back to README]