Create table service, takes the same arguments as the native azure library
@return {object} Table Service
Create table if not exists
@param {string} name The name of the table to create
@return {>bool} success
Get a list of all table names
@return {>array} array of ALL table names
Delete a table
@param {string} name The name of the table to delete
@return {>bool} success
Get the service to access and individual table
@param {string} tableName The table you want to access
@return {object} Table service for that table