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 DataStoreProviderOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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

Constructors

DataStoreProviderOptions()

Declaration
public DataStoreProviderOptions()

Properties

DefaultDataStoreProviderFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The factory for the DataStore provider that is to be used by default. Default provider is DataStoreProvider

Declaration
public Func<IServiceLocator, DataStoreProvider> DefaultDataStoreProviderFactory { get; set; }
Property Value
Type Description
System.Func<IServiceLocator, DataStoreProvider>

Extension Methods