Click or drag to resize
IndexMetadata Class
A representation of a secondary index in Cassandra
Inheritance Hierarchy
SystemObject
  CassandraIndexMetadata

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public class IndexMetadata

The IndexMetadata type exposes the following members.

Constructors
  NameDescription
Public methodIndexMetadata
Initializes a new instance of the IndexMetadata class
Top
Properties
  NameDescription
Public propertyKind
Gets the index kind
Public propertyName
Gets the index name
Public propertyOptions
Gets index options
Public propertyTarget
Gets the index target
Top
See Also