Updated Filer Server API (markdown)

Chris Lu 2021-12-26 17:33:58 -08:00
parent 751ab3be80
commit e680355435

@ -31,7 +31,7 @@ You can append to any HTTP API with &pretty=y to see a formatted json output.
| dataNode | data node | empty |
| collection | collection | empty |
| replication | replication | empty |
| fsync | if "true", the file content writes will incur an fsync operation (though the file metadata will still be separate) | false |
| fsync | if "true", the file content write will incur an fsync operation (though the file metadata will still be separate) | false |
| ttl | time to live, examples, 3m: 3 minutes, 4h: 4 hours, 5d: 5 days, 6w: 6 weeks, 7M: 7 months, 8y: 8 years | empty |
| maxMB | max chunk size | empty |
| mode | file mode | 0660 |