| IndexMetadata Constructor  | 
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic IndexMetadata(
	string name,
	string target,
	IndexMetadataIndexKind kind,
	IDictionary<string, string> options
)
Parameters
- name
 - Type: SystemString
 - target
 - Type: SystemString
 - kind
 - Type: DseIndexMetadataIndexKind
 - options
 - Type: System.Collections.GenericIDictionaryString, String
 
See Also