scitacean.model.UploadDatablock#

pydantic model scitacean.model.UploadDatablock[source]#
field archiveId: str [Required]#
field chkAlg: str | None = None#
field dataFileList: list[UploadDataFile] [Required]#
field packedSize: NonNegativeInt [Required]#
Constraints:
  • ge = 0

field size: NonNegativeInt [Required]#
Constraints:
  • ge = 0

field version: str [Required]#
classmethod download_model_type()[source]#

Return the download model type for this model.

Returns None if this is a download model.

Return type:

type[DownloadDatablock]