scitacean.model.UploadDataFile#

pydantic model scitacean.model.UploadDataFile[source]#
field chk: str | None = None#
field gid: str | None = None#
field path: str [Required]#
field perm: str | None = None#
field size: NonNegativeInt [Required]#
Constraints:
  • ge = 0

field time: datetime [Required]#
Validated by:
  • _validate_datetime

field uid: str | None = None#
classmethod download_model_type()[source]#

Return the download model type for this model.

Returns None if this is a download model.

Return type:

type[DownloadDataFile]