VertexEdge Class

 

Updated: July 6, 2017

Storage container for edge data contained within a vertex. Supports deserialization from GraphSON format.

Namespace:   Microsoft.Azure.Graphs.Elements
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

SystemObject
  Microsoft.Azure.Graphs.ElementsEdge
    Microsoft.Azure.Graphs.ElementsVertexEdge

No code example is currently available or this language may not be supported.

NameDescription
System_CAPS_pubproperty

Gets or sets the identifier. (Inherited from Edge.)

System_CAPS_pubproperty

Gets or sets the in vertex identifier. (Inherited from Edge.)

System_CAPS_pubproperty

Gets or sets the in vertex label. (Inherited from Edge.)

System_CAPS_pubproperty

Gets or sets the label. (Inherited from Edge.)

System_CAPS_pubproperty

Gets or sets the out vertex identifier. (Inherited from Edge.)

System_CAPS_pubproperty

Gets or sets the out vertex label. (Inherited from Edge.)

System_CAPS_pubproperty

Gets or sets the vertex edge direction.

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetProperties

Gets all the propeties on the edge. (Inherited from Edge.)

System_CAPS_pubmethodGetProperty

Gets a property on the edge, given the property key. (Inherited from Edge.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_pubmethodToString

(Inherited from Object.)

System_CAPS_pubmethodValidate

Validates this instance. (Overrides EdgeValidate.)

NameDescription
System_CAPS_pubmethodIsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsPrimitive

Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.)

Vertex edge data is more sparse than edge data in that it doesn't populate the vertex in\out labels. Vertex edge data also contains direction information relative to its parent vertex. It is used to represent the edge information that is stored within a vertex rather than the full, independent, edge object.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: