Skip to content

Delete Column Statistics Task Settings

glue_delete_column_statistics_task_settings R Documentation

Deletes settings for a column statistics task

Description

Deletes settings for a column statistics task.

Usage

glue_delete_column_statistics_task_settings(DatabaseName, TableName)

Arguments

DatabaseName

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

TableName

[required] The name of the table for which to delete column statistics.

Value

An empty list.

Request syntax

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