Click or drag to resize

TableColumnSecondaryIndexOptions Property

Note: This API is now obsolete.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.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