DataStoreSettings Class

Definition

Parameters for DataStore Please note DataStoreSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OperationalDataStoreSettings.

public abstract class DataStoreSettings
type DataStoreSettings = class
Public MustInherit Class DataStoreSettings
Inheritance
DataStoreSettings
Derived

Constructors

DataStoreSettings(DataStoreType)

Initializes a new instance of DataStoreSettings.

Properties

DataStoreType

type of datastore; Operational/Vault/Archive.

Applies to