Enum ShelfBatchCreateMode
- Namespace
- XENBIT.ResQueServe.Abstractions.DataStructures
- Assembly
- RQS.Abstractions.dll
Specifies the operation mode for shelf batch creation.
[JsonConverter(typeof(JsonStringEnumConverter<ShelfBatchCreateMode>))]
public enum ShelfBatchCreateMode
- Extension Methods
Fields
CreateOnly = 2Only creates new entities. Does not update existing entities.
CreateOrUpdate = 3Updates existing entities and creates new entities as needed.
DryRun = 0Validates the batch without making any changes to the database.
UpdateOnly = 1Only updates existing entities. Does not create new entities.