Doxense / foundationdb-dotnet-client

C#/.NET Binding for FoundationDB Client API
BSD 3-Clause "New" or "Revised" License
149 stars 33 forks source link

Add missing methods for API level 720 #116

Closed KrzysFR closed 1 week ago

KrzysFR commented 1 year ago

A quick look at the current documentation for 7.2 shows that the following native methods are not implemented currently:

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.

KrzysFR commented 1 week ago

All of these methods are implemented and exposed to .NET app.