app.bsky.video.uploadPart
Upload one part. Parts are idempotent and may be retried or re-sent while the session is created. Each expected length is derived from the upload size and part size, and Content-Length must match exactly. ETags are never exposed to clients.
- class atproto_client.models.app.bsky.video.upload_part.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.video.uploadPart.- field job_id: str [Required]
Job id.
- Constraints:
min_length = 1
max_length = 256
- field part_number: int [Required]
Part number.
- Constraints:
ge = 1
- class atproto_client.models.app.bsky.video.upload_part.ParamsDict
Bases:
TypedDict- job_id: str
Job id.
- part_number: int
Part number.
- class atproto_client.models.app.bsky.video.upload_part.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.video.uploadPart.- field part_number: int [Required]
Part number.
- Constraints:
ge = 1
- field size_bytes: int [Required]
Size bytes.