Click or drag to resize
TableColumnSecondaryIndexOptions Property

Note: This API is now obsolete.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
[ObsoleteAttribute("The driver provides a new secondary index metadata API, IndexMetadata, that is returned as part of the TableMetadata.")]
public IDictionary<string, string> SecondaryIndexOptions { get; set; }

Property Value

Type: IDictionaryString, String
See Also