aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-08-01 13:00:54 -0700
committerchrislu <chris.lu@gmail.com>2024-08-01 13:00:54 -0700
commit4fee496b49e86d92b8980bbe441c066ae3fdf326 (patch)
treed5b96cba36afbc2664dfbc93654868d2bd5729a1 /other
parenta7e00d9074ebad7e55a5c8fda9dca27c36fec26c (diff)
downloadseaweedfs-4fee496b49e86d92b8980bbe441c066ae3fdf326.tar.xz
seaweedfs-4fee496b49e86d92b8980bbe441c066ae3fdf326.zip
conditional delete
Diffstat (limited to 'other')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
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 {