Class DynamicDataStoreOptions
Specifies options on how the Dynamic Data Store should operate.
Inheritance
System.Object
DynamicDataStoreOptions
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class DynamicDataStoreOptions : Object
Constructors
DynamicDataStoreOptions()
Declaration
public DynamicDataStoreOptions()
Properties
AutoRemapStores
Indicates if stores should be automatically remapped when a type definition changes.
Declaration
public bool AutoRemapStores { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
The default option is to remap on change.
AutoResolveTypes
Indicates if automatic type resolution should be attempted by the Dynamic Data Store.
Declaration
public bool AutoResolveTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
The default option is to resolve type automatically.
DeleteAllOperationTimeout
The extended command timeout to use when deleting all items in a store.
Declaration
public TimeSpan DeleteAllOperationTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |