Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


20.1.40 ead_key_value_pair structure (key-value pairs)

The ead_key_value_pair structure holds information about key-value pairs.

Organization of this subsection

(1) Format

struct ead_key_value_pair {
  char                *key;
  ead_value_element   value;
};

(2) Descriptions of members

key

Stores the key to be associated with a value.

For details about the data types that can be specified, see 15.2.2(1) Data types that can be specified as keys.

value

Stores the value information (ead_value_element structure).

For details about the ead_value_element structure, see 20.1.39 ead_value_element structure (value information).