You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2019/09/27 11:44:00 UTC

[jira] [Closed] (TINKERPOP-1964) Gremlin.Net: Expose Strategies in GraphTraversal

     [ https://issues.apache.org/jira/browse/TINKERPOP-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Mallette closed TINKERPOP-1964.
---------------------------------------
    Resolution: Won't Do

As there's been no additional thoughts on this one, I'm going to close it out.

> Gremlin.Net: Expose Strategies in GraphTraversal
> ------------------------------------------------
>
>                 Key: TINKERPOP-1964
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1964
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: dotnet
>            Reporter: Jorge Bay
>            Priority: Major
>
> We should provide a way to access the strategies from the traversal.
> This is currently possible in java but not on the .NET GLV:
> {code:java}
> GraphTraversal<Vertex, Vertex> traversal = g.V().has("name", "jorge");
> TraversalStrategies = traversal.asAdmin().getStrategies();
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)