Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
,The Internal id.
The EdgeLabel Name.
Defines queryable direction.
Defines Multiplicity of a edge.
All properties constrained to this edge label.
Used in:
Edge can be queried from both vertices (default).
Edge can be only queried from the outgoing vertex. Direction OUT should be only used by experts, see https://docs.janusgraph.org/schema/advschema/#unidirected-edges.
Used in:
The given edge label specifies a multi-graph, meaning that the multiplicity is not constrained and that there may be multiple edges of this label between any given pair of vertices.
The given edge label specifies a simple graph, meaning that the multiplicity is not constrained but that there can only be at most a single edge of this label between a given pair of vertices.
There can only be a single in-edge of this label for a given vertex but multiple out-edges (i.e. in-unique).
There can only be a single out-edge of this label for a given vertex but multiple in-edges (i.e. out-unique).
There can be only a single in and out-edge of this label for a given vertex (i.e. unique in both directions).
Used in:
The Internal id.
The EdgeProperty Name.
The Data type.
Used in:
, , , , , , ,Used in:
,java class: String.class
java class: Character.class
java class: Boolean.class
java class: Byte.class
java class: Short.class
java class: Integer.class
java class: Long.class
java class: Float.class
java class: Double.class
java class: Date.class
java class: Geoshape.class
java class: UUID.class
java class: Object.class
Used in:
,The Internal id.
The GraphIndex Name.
The vertex property keys.
Only for following vertex label.
nullable
Whether the index is marked as unique or not.
Used in:
, ,The Internal id.
The VertexLabel Name.
Marking as readOnly, default not readOnly.
Marking as partitioned, default not partitioned.
Contains all constrained properties at the moment.
Used in:
,The Internal id.
The VertexProperty Name.
The Data type.
Defines cardinality.
Used in:
Vertex can have the property just once.
Vertex can have multiple properties of the same name.
Vertex can have multiple properties of the same with uniqueness constraint for the value.