enum te_compound_mod_op

Overview

The mode of operation for duplicate keys. More…

#include <te_compound.h>

enum te_compound_mod_op {
    TE_COMPOUND_MOD_OP_APPEND,
    TE_COMPOUND_MOD_OP_PREPEND,
    TE_COMPOUND_MOD_OP_REPLACE,
};

Detailed Documentation

The mode of operation for duplicate keys.

Enum Values

TE_COMPOUND_MOD_OP_APPEND

Append a new value after an existing one.

TE_COMPOUND_MOD_OP_PREPEND

Prepend a new value before an existing one.

TE_COMPOUND_MOD_OP_REPLACE

Replace all existing values with a new one.