I wonder if it is possible to use etag to query cosmos DB for matching or none matching document?
If it is not possible It would be nice to have some LINQ extensions for it, .IfMatch(string etag) and .IfNoneMatch(string etag)
I am not sure what the response should be, maybe a exception.
I wonder if it is possible to use etag to query cosmos DB for matching or none matching document?
If it is not possible It would be nice to have some LINQ extensions for it, .IfMatch(string etag) and .IfNoneMatch(string etag)
I am not sure what the response should be, maybe a exception.