Interface IVertexProperty
Represents a vertex property in DSE Graph.
Vertex properties are special because they are also elements, and thus have an identifier; they can also contain properties of their own (usually referred to as "meta properties").
Inherited Members
Namespace: Cassandra.DataStax.Graph
Assembly: Cassandra.dll
Syntax
public interface IVertexProperty : IProperty, IEquatable<IProperty>, IElement, IEquatable<IElement>, IEquatable<IVertexProperty>
Properties
Vertex
The IVertex that owns this IVertexProperty.
Declaration
IGraphNode Vertex { get; }
Property Value
Type | Description |
---|---|
IGraphNode |