/api/v0/files/stat
Display file status.
Arguments
Response
{
"Blocks": "<int>",
"CumulativeSize": "<uint64>",
"Hash": "<string>",
"Local": "<bool>",
"Mode": "<uint32>",
"Mtime": "<int64>",
"MtimeNsecs": "<int>",
"Size": "<uint64>",
"SizeLocal": "<uint64>",
"Type": "<string>",
"WithLocality": "<bool>"
}
cURL Example
Last updated