Skip to content

Commit

Permalink
feat: add notice section to removeByTimestamp arpc
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Nov 22, 2023
1 parent f901b62 commit cd02e4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,13 @@ RemoveByTimestamp RPC is the method to remove vectors based on timestamp.
| Le | Less than or Equal. |
| Lt | Less than. |
<div class="notice">
In the TimestampRequest message, the 'timestamps' field is repeated, allowing the inclusion of multiple Timestamp.<br>
When multiple Timestamps are provided, it results in an `AND` condition, enabling the realization of deletions with specified ranges.<br>
This design allows for versatile deletion operations, facilitating tasks such as removing data within specific time intervals.
</div>
### Output
- the scheme of `payload.v1.Object.Locations`.
Expand Down

0 comments on commit cd02e4f

Please sign in to comment.