Builder

class Builder

Properties

Link copied to clipboard
var from: String?

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

Link copied to clipboard
var id: String?

The ID of the Gremlin or openCypher element.

Link copied to clipboard
var key: String?

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

Link copied to clipboard
var to: String?

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

Link copied to clipboard
var type: String?

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: