Delete records in a table. Records matching the specified condition(s) will be deleted in batch.
Values that make up the condition for the rows to delete
List of InputColumn<Object> RequiredNames of columns in the target table, which form the condition of the delete.
List of String Mapped with Condition values RequiredDatastore to delete from
UpdateableDatastore RequiredSchema name of target table
String OptionalTable to target (delete from)
String OptionalHow much data to buffer before committing batches of data. Large batches often perform better, but require more memory.
Choice: Huge (1M values) Large (100k values) Medium (10k values) Small (1000 values) Tiny (100 values) RequiredDirectory or file path for saving erroneous records
File OptionalAdditional values to write to error log
List of InputColumn<Object> Optional