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