Show / Hide Table of Contents

Class DirectedGraphProfile

A profile with settings for a memory-mapped graph.

Inheritance
System.Object
DirectedGraphProfile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DirectedGraphProfile

Fields

Aggressive24

An array profile that aggressively caches data with potenally 24Kb of cached data.

Declaration
public static DirectedGraphProfile Aggressive24
Field Value
DirectedGraphProfile

NoCache

A profile that tells the graph to do no caching.

Declaration
public static DirectedGraphProfile NoCache
Field Value
DirectedGraphProfile

OneBuffer

A profile that tells the graph to prepare for sequential access.

Declaration
public static DirectedGraphProfile OneBuffer
Field Value
DirectedGraphProfile

Properties

EdgeProfile

Gets or sets the edge array profile.

Declaration
public ArrayProfile EdgeProfile { get; set; }
Property Value
ArrayProfile

VertexProfile

Gets or sets the vertex array profile.

Declaration
public ArrayProfile VertexProfile { get; set; }
Property Value
ArrayProfile

Back to top Built by Itinero, MIT licensed.