Enum PntosKeyValueStoreDataFormat
Defined in File common.h
Enum Documentation
-
enum PntosKeyValueStoreDataFormat
An enum that specifies the format of data returned/expected in the PntosKeyValueStore.get_raw and PntosKeyValueStore.set_raw methods. This value is otherwise unused when querying a key-value store.
Values:
-
enumerator PNTOS_KV_STORE_INI
Keys and their corresponding values are returned according to the INI file format specification.
-
enumerator PNTOS_KV_STORE_UNSPECIFIED
An opaque type that is undefined by the implementer.
-
enumerator PNTOS_KV_STORE_INI