Billy Mumby
Billy Mumby
> Hi @IEvangelist, please find the example here. Let me know if more details are required. > > > > https://github.com/sushruthkumar123/azurecosmosrepository/tree/main/samples/patchUpdate/PatchUpdate Hi @sushruthkumar123 and @IEvangelist This is correct looking at...
Just thinking as well, do we provide this without etags? The mapping idea is quite neat? i.e. you don't want to cache the etags?
Another thought, any reason this can't go in the main package? `Microsoft.Azure.CosmosRepository`
Hey @robertbennett1998 @IEvangelist I know Rob you've raised this issue https://github.com/Azure/azure-cosmos-dotnet-v3/issues/2987 around the complications with replicating continuation tokens. I was wondering what both your thoughts were on doing an implementation...
Hi @AnyaMostowyj - this sounds great! We currently have the `ICosmosClientOptionsProvider` https://github.com/IEvangelist/azure-cosmos-dotnet-repository/blob/2432320ceb0a46227f6f91bed42e54556759bb63/src/Microsoft.Azure.CosmosRepository/Providers/DefaultCosmosClientOptionsProvider.cs#L16 This class provides the options for the `CosmosClient` that we create and then cache for the lifetime of...
hi @AnyaMostowyj I have just noticed this might already be possible - check this out https://github.com/IEvangelist/azure-cosmos-dotnet-repository/blob/2432320ceb0a46227f6f91bed42e54556759bb63/src/Microsoft.Azure.CosmosRepository/Extensions/ServiceCollectionExtensions.cs#L42
> Apologies for the delay, @mumby0168 @IEvangelist , and great spot, this does indeed appear to allow me to pass a custom CosmosClientOptions object. It appears I would need to...
@IEvangelist thinking this might be built upon your idea mentioned about the inline function to write directly to a cosmos DB.
> Is there any existing test I can look at? Hi the best place to start is the link on the issue other than that I would look at the...
Hi @catsburg, this is certainly a part of our plans myself & @IEvangelist where just chatting about it the other day. It might be required that we inject something other...