Click or drag to resize

PartitionGraph Constructor (IGraph, String, String)

Initializes a new instance of the PartitionGraph class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public PartitionGraph(
	IGraph baseGraph,
	string partitionKey,
	string readWritePartition
)

Parameters

baseGraph
Type: VelocityGraph.Frontenac.BlueprintsIGraph

[Missing <param name="baseGraph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IGraph,System.String,System.String)"]

partitionKey
Type: SystemString

[Missing <param name="partitionKey"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IGraph,System.String,System.String)"]

readWritePartition
Type: SystemString

[Missing <param name="readWritePartition"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IGraph,System.String,System.String)"]

See Also