Direction Enumeration
Updated: July 6, 2017
The direction of a Edge.
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
| Member name | Description | |
|---|---|---|
| Both | Refers to either direction IN or OUT. | |
| In | Refers to an incoming direction. | |
| Out | Refers to an outgoing direction. | |
| 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.) |
Show: