Closed KrzysFR closed 1 week ago
A quick look at the current documentation for 7.2 shows that the following native methods are not implemented currently:
fdb_add_network_thread_completion_hook
fdb_future_get_key_array
fdb_database_open_tenant
fdb_database_reboot_worker
fdb_database_force_recovery_with_data_loss
fdb_database_create_snapshot
fdb_database_get_main_thread_busyness
fdb_tenant_destroy
fdb_tenant_create_transaction
fdb_transaction_get_estimated_range_size_bytes
fdb_transaction_get_range_split_points
fdb_error_predicate
These should be added and exposed in the public API.
The new Tenant API needs probably some special handling because it seems to obsolete the previous solution of using top-level partition with the Directory Layer.
All of these methods are implemented and exposed to .NET app.
A quick look at the current documentation for 7.2 shows that the following native methods are not implemented currently:
fdb_add_network_thread_completion_hook
fdb_future_get_key_array
fdb_database_open_tenant
fdb_database_reboot_worker
fdb_database_force_recovery_with_data_loss
fdb_database_create_snapshot
fdb_database_get_main_thread_busyness
fdb_tenant_destroy
fdb_tenant_create_transaction
fdb_transaction_get_estimated_range_size_bytes
fdb_transaction_get_range_split_points
fdb_error_predicate
These should be added and exposed in the public API.
The new Tenant API needs probably some special handling because it seems to obsolete the previous solution of using top-level partition with the Directory Layer.