The storage method for the document index - possible values "sql" or "xml"

C# | Visual Basic | Visual C++ |
public string DbType { get; set; }
Public Property DbType As String
public: property String^ DbType { String^ get (); void set (String^ value); }

Currently, only xml is available.