Stop Column Statistics Task Run Schedule
| glue_stop_column_statistics_task_run_schedule | R Documentation | 
Stops a column statistics task run schedule¶
Description¶
Stops a column statistics task run schedule.
Usage¶
glue_stop_column_statistics_task_run_schedule(DatabaseName, TableName)
Arguments¶
DatabaseName | 
[required] The name of the database where the table resides.  | 
TableName | 
[required] The name of the table for which to stop a column statistic task run schedule.  | 
Value¶
An empty list.
Request syntax¶
svc$stop_column_statistics_task_run_schedule(
  DatabaseName = "string",
  TableName = "string"
)