force property
If this flag is TRUE
, all tables are deleted from the dataset before the
new exported tables are written.
If the flag is not set and the destination dataset contains tables, the
export call returns an error. If write_disposition
is specified, this
parameter is ignored. force=false is equivalent to
write_disposition=WRITE_EMPTY and force=true is equivalent to
write_disposition=WRITE_TRUNCATE.
Implementation
core.bool? force;