Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Map partition and row keys back to object properties for azure table storage #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

icewind1991
Copy link

When using azure table storage it uses the first 2 defined keys as partition and row keys.

This maps the keys back to the object properties when retrieving the object.
The keys are also still mapped to dist and range for backwards compatibility

@EmanueleMinotto
Copy link
Member

Thanks @icewind1991, can you please run the php-cs-fixer script using repo's .php_cs file?
This change also requires at least a test.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.