Direction Enumeration

 

Updated: July 6, 2017

The direction of a Edge.

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

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

Member nameDescription
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.)

Return to top
Show: