IndexMetadata Constructor |
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax 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