From c32b6f4d9d99d175863e778dcc0da8ef3da27d96 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 11 Nov 2020 23:46:42 -0800 Subject: prepare for path based configuration --- other/java/client/src/main/proto/filer.proto | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 11c29e6ec..8829062f4 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -348,3 +348,11 @@ message KvPutRequest { message KvPutResponse { string error = 1; } + +// path-based configurations +message FilerPathConfiguration { + string location = 1; + string collection = 2; + string replication = 3; + string ttl = 4; +} -- cgit v1.2.3