budosystems.storage.repository.SaveOption

class SaveOption

Bases: Enum

Options for what to allow when saving to the repository.

create_only = 'Create Only'
update_only = 'Update Only'
create_or_update = 'Create or Update'