Class DynamicDataStoreOptions
Specifies options on how the Dynamic Data Store should operate.
Inheritance
System.Object
DynamicDataStoreOptions
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
Assembly: EPiServer.Data.dll
Version: 11.20.7Syntax
[Options]
public class DynamicDataStoreOptions
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 |