Keyoti SearchUnit API Docs
DbType Property
API DocumentationKeyoti.SearchEngineConfigurationDbType
Keyoti SearchUnit v6
The storage method for the document index - possible values "sql" or "xml"
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public string DbType { get; set; }
public string DbType { get; set; }
Public Property DbType As String
	Get
	Set
Public Property DbType As String
	Get
	Set
public:
property String^ DbType {
	String^ get ();
	void set (String^ value);
}
public:
property String^ DbType {
	String^ get ();
	void set (String^ value);
}
member DbType : string with get, set
member DbType : string with get, set
Property Value
Remarks
Currently, only xml is available.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120