diff options
| author | chrislu <chris.lu@gmail.com> | 2024-08-01 13:00:54 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-08-01 13:00:54 -0700 |
| commit | 4fee496b49e86d92b8980bbe441c066ae3fdf326 (patch) | |
| tree | d5b96cba36afbc2664dfbc93654868d2bd5729a1 /other | |
| parent | a7e00d9074ebad7e55a5c8fda9dca27c36fec26c (diff) | |
| download | seaweedfs-4fee496b49e86d92b8980bbe441c066ae3fdf326.tar.xz seaweedfs-4fee496b49e86d92b8980bbe441c066ae3fdf326.zip | |
conditional delete
Diffstat (limited to 'other')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index e8fc6fc6b..7e948f0dc 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -221,6 +221,7 @@ message DeleteEntryRequest { bool ignore_recursive_error = 6; bool is_from_other_cluster = 7; repeated int32 signatures = 8; + int64 if_not_modified_after = 9; } message DeleteEntryResponse { |
