John Jairo Bocachica Villate on 25 Jul 2016 04:44:19
Azure table storage rest services allow us to query a table with parameters, we must have the same features from the azure table storage datasource, for now, we have to import all the table and then filter it.
https://myaccount.table.core.windows.net/mytable(PartitionKey='',RowKey='')?$select=
- Comments (2)
RE: Filter to azure table storage from the URL
The ability to provide a $filter or $select (or both) to a table storage query would be great and reduce the amount of data needed significantly
eg:
$select=PartitionKey,RowKey,Timestamp,Field1,Field2,Field3&$top=1000&$filter=(RowKey ge 'Example' and RowKey lt 'Example~') or (RowKey ge 'Value' and RowKey lt 'Value~')
RE: Filter to azure table storage from the URL
I am interested in using other query params as well, like TOP N, as described here:
https://docs.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities