Click or drag to resize

PartitionKeyAttribute Class

Note: This API is now obsolete.

Indicates that the property or field is part of the Partition Key
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.Data.LinqPartitionKeyAttribute

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 PartitionKeyAttribute : Attribute

The PartitionKeyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPartitionKeyAttribute
Initializes a new instance of the PartitionKeyAttribute class
Top
Properties
  NameDescription
Public propertyIndex
Top
See Also