Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class DataOptions

Data provider options

Inheritance
System.Object
DataOptions
Namespace: Mediachase.DataProvider
Assembly: Mediachase.DataProvider.dll
Version: 14.26.0
Syntax
public class DataOptions : Object

Constructors

DataOptions()

Declaration
public DataOptions()

Properties

DataBaseIndicesJobCommandTimeOut

Used by the maintain database incices job. Default is -1 for default timeout of 30 seconds.

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

DisableRetryPolicy

Disabled the retry policy for the sql data provider. Default is false;

Declaration
public bool DisableRetryPolicy { get; set; }
Property Value
Type Description
System.Boolean

HighFragmentationThreshold

Used by the maintain database incices job. Default is 30.

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

LongQueryExecutionTimeOut

Used for the queries with expected long execution time.

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

LowFragmentationThreshold

Used by the maintain database incices job. Default is 10.

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