Containers : 18 Container: Vector : 18.1 Members
 
18.1 Members
 
Table 11: Vector Members
Attribute
Definition
CountHint
An approximate count of Vector Entries that will be present in the Vector. This is typically used when splitting entries across a multi-part response (available with Refresh, Generic, or Post messages). CountHint defaults to 0.
Entries
Contains the entries of the Vector. Entries Defaults to 0.
Action
Required. Specifies the action to use when applying the information in this entry.
"Set"
"Update"
"Clear"
"Insert"
"Delete"
Index
Required. Index value associated with this entry.
PermData
Permission Data associated with the entry. PermData defaults to 0.
Summary
Conveys information that applies to every entry housed in the container. This eliminates unnecessary data repetition by sending it once, instead of including such data in each entry.
SupportSorting
Indicates whether to support sorting in the Vector. SupportSorting defaults to false.