VertexEdge Class
Updated: July 6, 2017
Storage container for edge data contained within a vertex. Supports deserialization from GraphSON format.
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
| Name | Description | |
|---|---|---|
![]() | Gets or sets the identifier. (Inherited from Edge.) | |
![]() | Gets or sets the in vertex identifier. (Inherited from Edge.) | |
![]() | Gets or sets the in vertex label. (Inherited from Edge.) | |
![]() | Gets or sets the label. (Inherited from Edge.) | |
![]() | Gets or sets the out vertex identifier. (Inherited from Edge.) | |
![]() | Gets or sets the out vertex label. (Inherited from Edge.) | |
![]() | Gets or sets the vertex edge direction. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperties | Gets all the propeties on the edge. (Inherited from Edge.) |
![]() | GetProperty | Gets a property on the edge, given the property key. (Inherited from Edge.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Validate | Validates this instance. (Overrides EdgeValidate.) |
| Name | Description | |
|---|---|---|
![]() | IsDefined | Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsNull | Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsPrimitive | 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.

