Click or drag to resize

PartitionGraph Constructor (IGraph, String, String, IEnumerableString)

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 writePartition,
	IEnumerable<string> readPartitions
)

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,System.Collections.Generic.IEnumerable{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,System.Collections.Generic.IEnumerable{System.String})"]

writePartition
Type: SystemString

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

readPartitions
Type: System.Collections.GenericIEnumerableString

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

See Also