Attribute

The Attribute object defines attributes for a subscriber. Each Attribute object contains an attribute name, the value of that attribute, and any applicable compression configuration.

NameData TypeDescription
CompressionCompressionConfigurationReserved for future use.
NamexsdName of the object or property.
ValuexsdDefines value to be used in filter or other object. In filters, the BETWEEN operator requires two Values. IN can handle multiple Values. All other operators require only one Value. isNull and isNotNull ignores any supplied values and don't return an error.