Manage Tables REST Endpoints

Manage Tables
Create and manage tables in Oracle NoSQL Database Cloud Service.
Alter a Table
Method: put
Path: /20190828/tables/{tableNameOrId}
Change a Table's Compartment
Method: post
Path: /20190828/tables/{tableNameOrId}/actions/changeCompartment
Create a Table
Method: post
Path: /20190828/tables
Delete a Table
Method: delete
Path: /20190828/tables/{tableNameOrId}
Get a List of Tables
Method: get
Path: /20190828/tables
Get Table Information
Method: get
Path: /20190828/tables/{tableNameOrId}
Get Table Usage Information
Method: get
Path: /20190828/tables/{tableNameOrId}/usage