Table of Contents

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 = 2

Only creates new entities. Does not update existing entities.

CreateOrUpdate = 3

Updates existing entities and creates new entities as needed.

DryRun = 0

Validates the batch without making any changes to the database.

UpdateOnly = 1

Only updates existing entities. Does not create new entities.