videosphere
    Preparing search index...

    Interface UpdatePlatformUploadResumableStateInput

    Input for persisting resumable upload session state on a platform upload row.

    interface UpdatePlatformUploadResumableStateInput {
        resumableUploadUrl?: string;
        resumableBytesConfirmed?: number;
        resumableUpdatedAt?: string;
    }
    Index

    Properties

    resumableUploadUrl?: string

    Provider resumable session URL/URI.

    resumableBytesConfirmed?: number

    Last byte offset confirmed by the provider.

    resumableUpdatedAt?: string

    ISO timestamp of the last persisted update.