Get entity (#5461)

* mroe quotes

* dssf

* getentity

* tests

* re

* assets working now

* re

* fgf

* clang

* url encode

* update comment
This commit is contained in:
George Arama 2024-03-20 13:09:03 -07:00 committed by GitHub
parent 8891f9511e
commit 8973c6c9fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,7 +307,7 @@ namespace Azure { namespace Data { namespace Tables {
* @param partitionKey The partition key of the entity.
* @param rowKey The row key of the entity.
* @param context for canceling long running operations.
* @return Entity list paged response.
* @return Table entity.
*/
Response<Models::TableEntity> GetEntity(
const std::string& partitionKey,