Class: SubgraphStrategy

SubgraphStrategy(optionsopt)

new SubgraphStrategy(optionsopt)

Parameters:
Name Type Attributes Description
options Object <optional>
Properties
Name Type Attributes Description
vertices GraphTraversal <optional>
name of the property key to partition by
edges GraphTraversal <optional>
the value of the currently write partition
vertexProperties GraphTraversal <optional>
list of strings representing the partitions to include for reads
checkAdjacentVertices boolean <optional>
enables the strategy to apply the {@code vertices} filter to the adjacent vertices of an edge.
Source: