Sets the table's id.
<void> Table.setID(<number> value, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| value | Table id which has to be >= 10 and < 32768. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |