Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add DelRange API to go-client for deleting sort key ranges #2193

Open
nanorth opened this issue Feb 17, 2025 · 0 comments
Open

feat: Add DelRange API to go-client for deleting sort key ranges #2193

nanorth opened this issue Feb 17, 2025 · 0 comments
Labels
type/enhancement Indicates new feature requests

Comments

@nanorth
Copy link

nanorth commented 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:

DelRange(ctx context.Context, hashKey []byte, startSortKey []byte, stopSortKey []byte) error

DelRangeOpt(ctx context.Context, hashKey []byte, startSortKey []byte, stopSortKey []byte, options *DelRangeOptions) error

The functionality should be consistent with the Java client's implementation.

@nanorth nanorth added the type/enhancement Indicates new feature requests label Feb 17, 2025
@nanorth 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

1 participant