videosphere
    Preparing search index...

    Interface UploadJob

    Defines the shape of upload job.

    interface UploadJob {
        id: string;
        userId: string;
        draftId: string;
        r2Key: string;
        status: UploadJobStatus;
        errorMessage: string;
        $createdAt: string;
        $updatedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    userId: string
    draftId: string
    r2Key: string

    R2 object key for the uploaded video file. For new jobs this is set at creation; may be null only for legacy/backfill rows or if job creation is ever decoupled from presign.

    errorMessage: string
    $createdAt: string

    Persistence system attribute (ISO string).

    $updatedAt: string

    Persistence system attribute (ISO string).