We are querying Azure storage tables via Azure.Data.Tables.TableClient from multiple threads. Is it already thread-safe or do we have to make it so? (The documentation neither mentions threads nor concurrency.)
We are querying Azure storage tables via Azure.Data.Tables.TableClient from multiple threads. Is it already thread-safe or do we have to make it so? (The documentation neither mentions threads nor concurrency.)