SaaS CMS has officially launched! Learn more now.

Class DataStoreElement

Class representing the dataStore configuration element

Inheritance
System.Object
DataStoreElement
Namespace: EPiServer.Data.Configuration
Assembly: EPiServer.Data.dll
Version: 8.11.0
Syntax
public class DataStoreElement : ConfigurationElement

Constructors

DataStoreElement()

Declaration
public DataStoreElement()

Properties

AutoRemapStores

true if stores should be automatically remapped when a type definition changes, otherwise false
Declaration
public bool AutoRemapStores { get; set; }
Property Value
Type Description
System.Boolean

AutoResolveTypes

true if type resolution should be done automatically by the Dynamic Data Store, otherwise false
Declaration
public bool AutoResolveTypes { get; set; }
Property Value
Type Description
System.Boolean

CacheSettings

Get the cache section

Declaration
public CacheElement CacheSettings { get; }
Property Value
Type Description
CacheElement

A CacheElement instance

DefaultProvider

Gets the configured default provider

Declaration
public string DefaultProvider { get; set; }
Property Value
Type Description
System.String

A System.String with the name of the default provider.

DeleteAllOperationTimeout

Command timeout for the "delete all" functionality

Declaration
public int DeleteAllOperationTimeout { get; set; }
Property Value
Type Description
System.Int32

Providers

Gets the providers section

Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

A System.Configuration.ProviderSettingsCollection instance

Extension Methods