Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DataStore

Method Summary

Modifier and Type Method and Description

create_custom_store(callback)

Creates a custom data store.

create_file_store(path)

Creates a file data store.

create_registry_store(registry_path)

Creates a registry data store.

destroy_store()

Destroys the current data store.

Static methods

vncsdk.DataStore.create_custom_store(callback)

Creates a custom data store.

For more information, see vnc_DataStore_createCustomStore().

Parameters:callback (vncsdk.DataStore.Callback) –
vncsdk.DataStore.create_file_store(path)

Creates a file data store.

For more information, see vnc_DataStore_createFileStore().

Parameters:path (str) –
vncsdk.DataStore.create_registry_store(registry_path)

Creates a registry data store.

For more information, see vnc_DataStore_createRegistryStore().

Parameters:registry_path (str) –
vncsdk.DataStore.destroy_store()

Destroys the current data store.

For more information, see vnc_DataStore_destroyStore().

×