Click or drag to resize

SecondaryIndexAttribute Class

Note: This API is now obsolete.

Determines that there is a secondary index defined for the column
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Data.LinqSecondaryIndexAttribute

Namespace:  Cassandra.Data.Linq
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
[ObsoleteAttribute("Linq attributes are deprecated, use mapping attributes defined in Cassandra.Mapping.Attributes instead.")]
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