mg_unbound_relationship

Represents a relationship from a labeled property graph.

Like mg_relationship, but without identifiers for start and end nodes. Mainly used as a supporting type for mg_path. An unbound relationship owns its type string and property map.

  1. struct mg_unbound_relationship
    version(unittest)
    extern (C)
    struct mg_unbound_relationship {}
  2. struct mg_unbound_relationship

Members

Variables

id
long id;
Undocumented in source.
properties
mg_map* properties;
Undocumented in source.
type
mg_string* type;
Undocumented in source.

Meta