Skip to content

Allow entity lookup from entity value #215

Closed
@kzu

Description

@kzu

If you're using the entities as DTOs too (i.e. over the wire by serializing to/from JSON),
it's convenient to be able to lookup a previously saved entity by using the entity at
hand, rather than having to use its partition/row keys (especially if those are annotated
properties and it's not obvious to the consumer which properties are used for each).

Since the repository internally already has an efficient way to access these properties,
which are used for the PutAsync operation, this would be a straightforward addition.

Back this issue
Back this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions