We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edacfcd commit cc744adCopy full SHA for cc744ad
1 file changed
Rpc.proto
@@ -119,13 +119,14 @@ message FileMdProto {
119
bytes link_name = 9;
120
Time ctime = 10; // change time
121
Time mtime = 11; // modification time
122
- Checksum checksum =12;
+ Checksum checksum = 12 [deprecated = true];
123
repeated uint32 locations = 13;
124
repeated uint32 unlink_locations = 14;
125
map<string, bytes> xattrs = 15;
126
bytes path = 16;
127
string etag = 17;
128
uint64 inode = 18;
129
+ repeated Checksum checksums = 19;
130
}
131
132
message ContainerMdProto {
0 commit comments