fsprojects / FSharp.Azure.Storage

F# API for using Microsoft Azure Table Storage service
MIT License
75 stars 16 forks source link

Support for point query #38

Closed AntoineGagne closed 4 years ago

AntoineGagne commented 4 years ago

I didn't see it in the documentation but is there any support for point queries?

daniel-chambers commented 4 years ago

You should just be able to write a query filtering by the partition key and the row key only and that is a point query.

Have a look at this part of the wiki to see how to do that.