The lyrClusterState table holds cluster-wide state information about ListManager. Each row represents a different attribute. The values in this table are generally not user-configurable. The primary key for this table is ClassName, MemberName. This table was added in version 9.0.
Field Name |
Description |
Version Added |
ClassName |
Name of class to which this attribute belongs (varchar(30), NOT NULL) |
Added in 9.0 |
DateValue |
(datetime, NULL) |
Added in 9.0 |
MemberName |
Name of attribute (varchar(100), NOT NULL) |
Added in 9.0 |
NumericValue |
(numeric(28, 12), NULL) |
Added in 9.0 |
StringValue |
(varchar(1000, NULL)) |
Added in 9.0 |