Show / Hide Table of Contents

Class ContractedDbProfile

A profile with settings for a memory-mapped graph.

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

Fields

Aggressive24

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

Declaration
public static ContractedDbProfile Aggressive24
Field Value
ContractedDbProfile

NoCache

A profile that tells the graph to do no caching.

Declaration
public static ContractedDbProfile NoCache
Field Value
ContractedDbProfile

OneBuffer

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

Declaration
public static ContractedDbProfile OneBuffer
Field Value
ContractedDbProfile

Properties

EdgeBasedProfile

Gets or sets the edge based profile.

Declaration
public DirectedGraphProfile EdgeBasedProfile { get; set; }
Property Value
DirectedGraphProfile

NodeBasedProfile

Gets or sets the node based profile.

Declaration
public DirectedMetaGraphProfile NodeBasedProfile { get; set; }
Property Value
DirectedMetaGraphProfile

Back to top Built by Itinero, MIT licensed.