Show / Hide Table of Contents

Class GraphProfile

A profile with settings for a memory-mapped graph.

Inheritance
System.Object
GraphProfile
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 GraphProfile

Fields

Aggressive24

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

Declaration
public static GraphProfile Aggressive24
Field Value
GraphProfile

NoCache

A profile that tells the graph to do no caching.

Declaration
public static GraphProfile NoCache
Field Value
GraphProfile

OneBuffer

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

Declaration
public static GraphProfile OneBuffer
Field Value
GraphProfile

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.