I use the latest version of Azure Cosmos DB Java SDK v4. I have an instance of CosmosAsyncClient
and CosmosAsyncDatabase
. How can I get legal access to the AsyncDocumentClient
?
I need it for creating an attachment. All samples for attachments starts with an AsyncDocumentClient
.
I have found CosmosBridgeInternal
and BridgeInternal
. But this are internal APIs.