What is equivalent of this Indexing policy in new Azure.Cosmos client?
I am trying to update the existing DocumentClient
to new CosmosClient
in Azure and facing this indexing policy object which I am not sure how to upgrade. I know that DocumentCollection
is equivalent to ContainerProperties
in new cosmos client. The new client has Indexing policy as well but not the same constructor. Does anyone know what will be the equivalent of this DoucmentCollection object in new Azure.Cosmos client: