Represents file allocation method.
NoneNo file allocation method is specified.
JSON value:
none
PreallocPre-allocate file space before download begins. JSON value:
prealloc
TruncAllocate file space as the download progresses. JSON value:
trunc
FallocUse the file system’s fallocate function to pre-allocate space. JSON value:
falloc