Click or drag to resize

IndexMetadata Constructor

Initializes a new instance of the IndexMetadata class

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public IndexMetadata(
	string name,
	string target,
	IndexMetadataIndexKind kind,
	IDictionary<string, string> options
)

Parameters

name
Type: SystemString
target
Type: SystemString
kind
Type: CassandraIndexMetadataIndexKind
options
Type: System.Collections.GenericIDictionaryString, String
See Also