Interface ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>

Type Parameters:
T - the entity type to use.
All Superinterfaces:
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>, OneAndAllEntity<T>, WithUpsertOptions<T>
All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>, ExecutableUpsertByIdOperation.UpsertByIdInScope<T>, ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>, ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
Enclosing interface:
ExecutableUpsertByIdOperation

public static interface ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T> extends ExecutableUpsertByIdOperation.TerminatingUpsertById<T>, WithUpsertOptions<T>
Fluent method to specify options.