Whenever this annotation is added on a property, the property will not be mapped
to any column (neither during reads nor writes).
Please note that it is thus illegal to have a field that has both the
Transient annotation and one of the following annotations:
Column, PartitionKey, ClusteringColumn.