Click or drag to resize
SecondaryIndexAttribute Class
Determines that there is a secondary index defined for the column
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Mapping.AttributesSecondaryIndexAttribute

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

The SecondaryIndexAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSecondaryIndexAttribute
Initializes a new instance of the SecondaryIndexAttribute class
Top
See Also