PropertygraphData

A Gremlin or openCypher change record.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val from: String?

If this is an edge (type = e), the ID of the corresponding from vertex or source node.

Link copied to clipboard
val id: String

The ID of the Gremlin or openCypher element.

Link copied to clipboard
val key: String

The property name. For element labels, this is label.

Link copied to clipboard
val to: String?

If this is an edge (type = e), the ID of the corresponding to vertex or target node.

Link copied to clipboard

The type of this Gremlin or openCypher element. Must be one of:

Link copied to clipboard

This is a JSON object that contains a value field for the value itself, and a datatype field for the JSON data type of that value:

Functions

Link copied to clipboard
inline fun copy(block: PropertygraphData.Builder.() -> Unit = {}): PropertygraphData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String