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"