totalFileSize property

int? totalFileSize
final

Total byte size of the whole logical file (all chunks combined, un-padded).

Stored redundantly in every chunk so that any single chunk's metadata is sufficient to know the correct merge length on read-back.

Implementation

final int? totalFileSize;