You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously Amazon referred to the Partition and Sort keys as 'Hash' and 'Range'.
The current naming of the the methods is aligned with this old terminology however renmaing them would be a breaking change therefore allowing the use of either would be ideal.
Amazons terminology for Hash/Range keys is now Partition/Sort.
Adding a synonym to allow the use of `SortKey()` instead of `Range()`
will prevent confusion with new users who are unaware of the history of
terminology in DynamoDb
Previously Amazon referred to the Partition and Sort keys as 'Hash' and 'Range'.
The current naming of the the methods is aligned with this old terminology however renmaing them would be a breaking change therefore allowing the use of either would be ideal.
would be synonymous with
Note the use of
SortKey()
and notSort()
The text was updated successfully, but these errors were encountered: