CaseSensitivity Parameter (Connect-Cassandra Cmdlet)
Enable case sensitivity to the CQL sending to the server, if set to True, the identifiers in the CQL will be enclosed in double quotation marks.
Syntax
Connect-Cassandra -CaseSensitivity bool
Data Type
bool
Default Value
true
Remarks
By default, SQL is case-insensitive. However, Cassandra supports case-sensitive table and column names. Setting this property to True will enable you to retrieve tables and columns based on their case-sensitive names.