colstore.info¶
- colstore.info(path)[source]¶
Return a summary of the file at
pathwithout reading any record bodies.The summary is built from the validated file header (magic, counters block CRC, format version, manifest CRC). If any of those checks fail, the underlying
FormatErrorpropagates –infois therefore also useful as a cheap “is this a valid colstore file?” probe.See
ColStoreInfofor the returned fields.- Parameters:
- Return type: