Drop Data Sink

Drops an existing data sink.

By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.

Input Parameter Description

NameTypeDescription
namestringName of the data sink to be dropped. Must be an existing data sink.
optionsmap of string to strings

Optional parameters. The default value is an empty map ( {} ).

Supported Parameters (keys)Parameter Description
clear_table_monitors

If true, any table monitors that use this data sink will be cleared. The default value is false. The supported values are:

  • true
  • false

Output Parameter Description

NameTypeDescription
namestringValue of input parameter name.
infomap of string to stringsAdditional information.