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
System.IEquatable<Cassandra.DataStax.Graph.IProperty>.Equals(Cassandra.DataStax.Graph.IProperty)
System.IEquatable<Cassandra.DataStax.Graph.IElement>.Equals(Cassandra.DataStax.Graph.IElement)
System.IEquatable<Cassandra.DataStax.Graph.IVertexProperty>.Equals(Cassandra.DataStax.Graph.IVertexProperty)
Namespace: Cassandra.DataStax.Graph
Assembly: Cassandra.dll
Syntax
public interface IVertexProperty : IProperty, IEquatable<IProperty>, IElement, IEquatable<IElement>, IEquatable<IVertexProperty>