ArchiveInfo
Kind: Class
Domain: Scene and artifacts
Canonical import: from cadflow.scene import ArchiveInfo
Signature
class ArchiveInfo(members: 'Mapping[str, bytes]', input_size: 'int | None', canonical_size: 'int', used_deflate: 'bool') -> None
Description
ArchiveInfo(members: 'Mapping[str, bytes]', input_size: 'int | None', canonical_size: 'int', used_deflate: 'bool')
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
members | 'Mapping[str, bytes]' | yes | - | Not explicitly described in the source docstring. |
input_size | 'int | None' | yes | - | Not explicitly described in the source docstring. |
canonical_size | 'int' | yes | - | Not explicitly described in the source docstring. |
used_deflate | 'bool' | yes | - | Not explicitly described in the source docstring. |
Returns
Type: None
The source docstring does not declare additional return semantics.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Data fields
| Name | Type | Default |
|---|---|---|
members | 'Mapping[str, bytes]' | required |
input_size | 'int | None' | required |
canonical_size | 'int' | required |
used_deflate | 'bool' | required |
Behavior and constraints
- Instances are immutable dataclass values; update workflows return a replacement value.
Import check
from cadflow.scene import ArchiveInfo