IColumnDefinitionHasFrozenKey Property |
Determines if the key of the column type is frozen.
Only valid for maps and sets, for example: map<frozen<tuple<text, text>>, uuid> .
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax bool HasFrozenKey { get; }
Property Value
Type:
BooleanSee Also