Enumeration: OverwriteStrategy
Specify what should be done when a file is generated but already exists on the system
Table of contents
Enumeration Members
Enumeration Members
KeepExisting
โข KeepExisting = "keepExisting"
Overwrite
โข Overwrite = "overwrite"
ThrowIfExisting
โข ThrowIfExisting = "throwIfExisting"