Namespace Gremlin.Net.Process.Traversal.Strategy.Verification
Classes
- EdgeLabelVerificationStrategy
Provides a way to prevent traversals that sub-optimally fail to include edge label specification .
- LambdaRestrictionStrategy
Does not allow lambdas to be used in a ITraversal.
- ReadOnlyStrategy
Detects mutating steps and throws an exception if one is found.
- ReservedKeysVerificationStrategy
Provides a way to prevent traversal from using property keys that are reserved terms. By default, these are "id" and "label" - providers may have their own reserved terms as well.