[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.8" ) ]
public DataBookDirect (string backend_path, string backend_factory_name, string config)
Creates an DataBookDirect to report configuration data needed for direct read access.
This is returned by get_direct_book for backends which support direct read access mode.
| backend_path |
Full path to the installed backend shared library |
| backend_factory_name |
Type name of the EBookBackendFactory implemented by the library |
| config |
A backend specific configuration string |
|
A newly created DataBookDirect |