IKeyIndexableGraphCreateKeyIndex Method |
Create an automatic indexing structure for indexing provided key for element class.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax void CreateKeyIndex(
string key,
Type elementClass,
params Parameter[] indexParameters
)
Sub CreateKeyIndex (
key As String,
elementClass As Type,
ParamArray indexParameters As Parameter()
)
void CreateKeyIndex(
String^ key,
Type^ elementClass,
... array<Parameter^>^ indexParameters
)
abstract CreateKeyIndex :
key : string *
elementClass : Type *
indexParameters : Parameter[] -> unit
Parameters
- key
- Type: SystemString
the key to drop the index for - elementClass
- Type: SystemType
the element class that the index is for - indexParameters
- Type: VelocityGraph.Frontenac.BlueprintsParameter
a collection of parameters for the underlying index implementation
See Also