Click or drag to resize

CounterAttribute Class

Indicates that the property or field is a counter column
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Mapping.AttributesCounterAttribute

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

The CounterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCounterAttribute
Initializes a new instance of the CounterAttribute class
Top
See Also