downloaded_prefix_size property

int53? downloaded_prefix_size
getter/setter pair

If is_downloading_completed is false, then only some prefix of the file starting from download_offset is ready to be read. downloaded_prefix_size is the size of that prefix in bytes

Implementation

int53? downloaded_prefix_size;