London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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.4
Syntax
[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

Extension Methods