dropDatasink
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_MONITORSisTRUE.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.dropDatasink
public DropDatasinkResponse dropDatasink(String name, Map<String, String> options) throws GPUdbException 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_MONITORSisTRUE.Parameters:name- Name of the data sink to be dropped. Must be an existing data sink.options- Optional parameters.CLEAR_TABLE_MONITORS: IfTRUE, any table monitors that use this data sink will be cleared. Supported values:The default value isFALSE.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.