Class DirectedMetaGraphProfile
A profile with settings for a memory-mapped meta-graph.
Inheritance
System.Object
DirectedMetaGraphProfile
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 DirectedMetaGraphProfile
Fields
Aggressive40
An array profile that aggressively caches data with potenally 40Kb of cached data.
Declaration
public static DirectedMetaGraphProfile Aggressive40
Field Value
|
DirectedMetaGraphProfile
|
NoCache
A profile that tells the graph to do no caching.
Declaration
public static DirectedMetaGraphProfile NoCache
Field Value
|
DirectedMetaGraphProfile
|
OneBuffer
A profile that tells the graph to prepare for sequential access.
Declaration
public static DirectedMetaGraphProfile OneBuffer
Field Value
|
DirectedMetaGraphProfile
|
Properties
DirectedGraphProfile
Gets or sets the directed graph profile.
Declaration
public DirectedGraphProfile DirectedGraphProfile { get; set; }
Property Value
|
DirectedGraphProfile
|
EdgeMetaProfile
Gets or sets the edge meta array profile.
Declaration
public ArrayProfile EdgeMetaProfile { get; set; }
Property Value
|
ArrayProfile
|
VertexMetaProfile
Gets or sets the vertex meta array profile.
Declaration
public ArrayProfile VertexMetaProfile { get; set; }
Property Value
|
ArrayProfile
|