Edge Class
Updated: July 6, 2017
Storage container for edge data. Supports deserialization from GraphSON format.
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
| Name | Description | |
|---|---|---|
![]() | Edge | Initializes a new instance of the Edge class. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperties | Gets all the propeties on the edge. |
![]() | GetProperty | Gets a property on the edge, given the property key. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Validate | Validates this instance. |
| 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


