The following save modes are supported:
OVERWRITE: Overwrite any existing data.
APPEND: Append the new data to the existing data.
IGNORE: Only save the data if the file does not already exist.
ERROR: Raise an error if the file already exists.
MERGE: Merge the new data with the existing data based on resource ID.
SaveModeAn object of class list of length 5.