Class DataStoreOptions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
DataStoreOptions
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: EPiServer.Data.Dynamic.Internal
Assembly: EPiServer.Data.dll
Version: 10.10.4Syntax
[Options]
public class DataStoreOptions
Constructors
DataStoreOptions()
Declaration
public DataStoreOptions()
Properties
AutoRemapStores
Declaration
public bool AutoRemapStores { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoResolveTypes
Declaration
public bool AutoResolveTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultCacheProviderFactory
Declaration
public Func<IServiceLocator, CacheProvider> DefaultCacheProviderFactory { get; set; }
Property Value
Type | Description |
---|---|
System.Func<IServiceLocator, CacheProvider> |
DeleteAllOperationTimeout
Declaration
public int DeleteAllOperationTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |