pyocf.types.file

Type representation of a file

pydantic model pyocf.types.file.File

Type representation of a file

field filepath: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Path to the file within the OCF container')] [Required]

Path to the file within the OCF container

field md5: Annotated[Md5, FieldInfo(annotation=NoneType, required=True, description='MD5 file checksum')] [Required]

MD5 file checksum