Class DumpState
Keeps track of which entities and relationships have already been dumped during a graph traversal or export operation.
public sealed class DumpState
- Inheritance
-
DumpState
- Inherited Members
Fields
DumpedEntities
public readonly HashSet<Guid> DumpedEntities
Field Value
DumpedRelationships
public readonly HashSet<KernelKey> DumpedRelationships
Field Value
DumpingEntities
public readonly HashSet<Guid> DumpingEntities