Cassandra.Mapping.Attributes Namespace |
Class | Description | |
---|---|---|
ClusteringKeyAttribute |
Indicates that the property or field is part of the Clustering Key
| |
ColumnAttribute |
Used on a POCO property of field. Can be used to override the column name in the database that property or field maps to.
When the ExplicitColumns is set, this attribute also indicates that a property or field should be
mapped.
| |
CounterAttribute |
Indicates that the property or field is a counter column
| |
FrozenAttribute |
Indicates that the property or field is Frozen.
Only valid for collections, tuples, and user-defined types.
| |
FrozenKeyAttribute |
Indicates that the property or field represents a column which key is frozen.
Only valid for maps and sets.
| |
FrozenValueAttribute |
Indicates that the property or field represents a column which value is frozen.
Only valid for maps and lists.
| |
IgnoreAttribute |
Tells the mapper to ignore mapping this property.
| |
PartitionKeyAttribute |
Indicates that the property or field is part of the Partition Key
| |
SecondaryIndexAttribute |
Determines that there is a secondary index defined for the column
| |
StaticColumnAttribute |
Indicates that the property or field is a static column in Cassandra
| |
TableAttribute |
Used to specify the table a POCO maps to.
|