Show / Hide Table of Contents

Class RestrictionsDbProfile

A profile with settings for a memory-mapped restrictions db.

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

Fields

NoCache

A profile that tells the graph to use no caching.

Declaration
public static RestrictionsDbProfile NoCache
Field Value
RestrictionsDbProfile

Properties

HashesProfile

Gets or sets the hashes profile.

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

IndexProfile

Gets or sets the index profile.

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

RestrictionsProfile

Gets or sets the restrictions profile.

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

Back to top Built by Itinero, MIT licensed.