Click or drag to resize
FrozenValueAttribute Class
Indicates that the property or field represents a column which value is frozen. Only valid for maps and lists.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Mapping.AttributesFrozenValueAttribute

Namespace: Cassandra.Mapping.Attributes
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public class FrozenValueAttribute : Attribute

The FrozenValueAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFrozenValueAttribute
Initializes a new instance of the FrozenValueAttribute class
Top
See Also