EdgeStructure

Contains information about an edge in a Neptune Analytics graph.

Types

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

Properties

Link copied to clipboard
val count: Long?

The number of instances of the edge in the graph.

Link copied to clipboard

A list of the properties associated with the edge.

Functions

Link copied to clipboard
inline fun copy(block: EdgeStructure.Builder.() -> Unit = {}): EdgeStructure
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