Click or drag to resize
Dse.Graph Namespace
The Dse.Graph namespace contains classes for accessing graph data from DSE clusters.
Classes
  ClassDescription
Public classEdge
Represents an edge in DSE graph.
Public classElement
Base class for vertices and edges
Public classGraphNode
Represents an item of a graph query result, it can be a vertex, an edge, a path or an scalar value.
Public classGraphOptions
The default graph options to use for a DSE cluster.

These options will be used for all graph statements sent to the cluster, unless they have been explicitly overridden at the statement level.

Public classGraphResultSet
Represents the result set containing the Graph results returned from a query.
Public classGraphStatement
Base class for graph statements.
Public classPath
Represents a walk through a graph as defined by a traversal.
Public classSimpleGraphStatement
Represents a graph query.
Public classVertex
Represents a vertex in DSE graph.
Interfaces
  InterfaceDescription
Public interfaceIGraphStatement
Represents a graph statement.