FileInfo# class streaming.base.format.FileInfo(basename, bytes, hashes)[source]# File validation info. Parameters basename (str) – File basename. bytes (int) – File size in bytes. hashes (Dict[str, str]) – Mapping of hash algorithm to hash value.