I am using the Durable task client (Microsoft.DurableTask.Client.DurableTaskClient) in dotnet isolated runtime. I want to purge instances of durable functions that have completed or failed and also I want to see how many instances are in running state. For this I am using the following code


Both there statements were working with Azure storage but they are not working with netherite. I get the following exception saying that the action is not supported when I try to purge

and I get a GRPC exception when I try to fetch all instances.

are these actions not supported for netherite and dotnet isolated?