Skip to content

Stop Column Statistics Task Run

glue_stop_column_statistics_task_run R Documentation

Stops a task run for the specified table

Description

Stops a task run for the specified table.

Usage

glue_stop_column_statistics_task_run(DatabaseName, TableName)

Arguments

DatabaseName

[required] The name of the database where the table resides.

TableName

[required] The name of the table.

Value

An empty list.

Request syntax

svc$stop_column_statistics_task_run(
  DatabaseName = "string",
  TableName = "string"
)