@infrasoftbe/vnv-sdk
    Preparing search index...

    Class _relation

    The Relation class represents a relationship between two nodes and provides methods for updating and deleting the relationship.

    Implements

    Index

    Constructors

    • Parameters

      • options: {
            create_dt?: number;
            f_id?: string;
            f_token?: string;
            r_id?: string;
            r_type?: string;
            t_id?: string;
            t_token?: string;
            update_dt?: number;
        }
      • Optionalproject: ProxyNodeExtended

      Returns _relation

    Properties

    create_dt: number = ...

    creation timestamp of relation

    f_id: string

    from_node_id

    f_token: string

    from_node_token

    r_type: RelationKind

    relation_type

    t_id: string

    Node

    t_token: string

    to_node_token

    update_dt: number = ...

    last update timestamp of relation

    Accessors

    Methods