Sets the table's id.

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

Parameters

Parameter Description
value Table id which has to be >= 10 and < 32768.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.