Properties detail are missing from VertexLabel using JanusGraphManagement API. #4297
Replies: 1 comment
-
You can print the full schema via However, If you want to only allow certain property keys on certain labels, then you can use schema constraints. These are not enabled by default so you have to enable them yourself.
|
Beta Was this translation helpful? Give feedback.
-
I am using janugraph-1.0.0 and cassandra as backend storage.This is configuration file with cassandra details, janusgraph-cql/.properties

Now using gremlin console, I have added vertex and I am able to fetch it .

Now on trying to get the properties and the datatype, using JanusGraphManagemnet API.

I am unable to get the property details , Is there a away to get the details using management API ?
Beta Was this translation helpful? Give feedback.
All reactions