Property definition indexed by attribute name
Data type of the attribute
Specifies the CX2 data type for this attribute. Common types include:
"string" - Text values"long" - Long integer values"integer" - Whole numbers"double" - Decimal numbers"boolean" - True/false values"list_of_string" - Array of text values"list_of_long" - Array of long integers"list_of_integer" - Array of whole numbers"list_of_double" - Array of decimal numbers"list_of_boolean" - Array of boolean valuesActual value of the attribute
CX2 network properties structure
Description
Represents network properties in CX2 format, where each property is defined with both its data type and value. This format allows for type-safe property handling and is the standard way properties are stored in CX2 networks.
The key represents the name of the attribute, and the value contains both the data type specification and the actual value.
Example