Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Product version: |
EPiServer CMS 6 R2 |
---|---|
Document version: |
1.0 |
Document last saved: |
<episerver.dataStore>
<dataStore autoResolveTypes="bool"
defaultProvider="string"
deleteAllOperationTimeout="int" >
<cache defaultProvider="string">
<providers>
<add description="string"
name="string"
type="string" />
...
</providers>
</cache>
<providers>
<add description="string"
name="string"
type="string" />
...
</providers>
</dataStore>
</episerver.dataStore>
Name | Default Value | Description |
---|---|---|
autoResolveTypes |
true |
Defines if type resolution should be done automatically by the Dynamic Data Store. |
defaultProvider |
The name of the default provider. A provider with the specified name must exist in the providers collection. |
|
deleteAllOperationTimeout |
600 |
Connection timeout for the "delete all" functionality. |
Name | Default Value | Description |
---|---|---|
defaultProvider |
The name of the default cache provider. A provider with the specified name must exist in the cache/providers collection. |
Name | Default Value | Description |
---|---|---|
autoResolveTypes |
true |
Defines if type resolution should be done automatically by the Dynamic Data Store. |
defaultProvider |
The name of the default provider. A provider with the specified name must exist in the providers collection. |
Name | Default Value | Description |
---|---|---|
description |
|
Short text describing in the provider. |
name |
Unique name for this provider. |
|
type |
The full name of the data store provider class. The referenced class must inherit from EPiServer.Data.Dynamic.Providers.DataStoreProvider. |