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
Describe the feature you'd like:
I would like to request the addition of a DelRange API in the Go client, similar to the one available in the Java client. This API would allow users to delete a range of sort keys under a specific hash key.
nanorth
changed the title
Feature Request: Add DelRange API to go-client for deleting sort key ranges
feat: Add DelRange API to go-client for deleting sort key ranges
Feb 17, 2025
Feature Request
Describe the feature you'd like:
I would like to request the addition of a
DelRange
API in the Go client, similar to the one available in the Java client. This API would allow users to delete a range of sort keys under a specific hash key.The API could look something like this:
The functionality should be consistent with the Java client's implementation.
The text was updated successfully, but these errors were encountered: