g = TinkerFactory.createModern().traversal()g.V().property("myprop", true).iterate()System.out.println(g.V().has("myprop").count().next())g.V().properties("myprop").drop().iterate()System.out.println(g.V().has("myprop").count().next())g.E().property("myprop", true).iterate()System.out.println(g.E().has("myprop").count().next())g.E().properties("myprop").drop().iterate()System.out.println(g.E().has("myprop").count().next()):x
#!/bin/shfor VERSION in "3.4.4" "3.4.5"do ./apache-tinkerpop-gremlin-console-${VERSION}/bin/gremlin.sh -i testDrop.groovydone
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/36323fba-8858-47c6-a4db-0890efb50336%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Gremlin-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gremlin-users/wB0a9uP98Zw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAA-H43-_5dfvuLEZx_cRgJVcrL2NV7xBrbPf_T4NjqcxHTCx8Q%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/b02e4bee-3d20-4bec-a875-ddfcde75a143%40googlegroups.com.