Sets the table's id.

<void> Table.setID(<number> id, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
id Table id which has to be greater than '9'.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.