Click or drag to resize
IndexMetadata Constructor
Initializes a new instance of the IndexMetadata class

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public 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