Documentation
    Preparing search index...

    Interface WriteBlobFlowOptions

    interface WriteBlobFlowOptions {
        blob: Uint8Array;
        resume?: WriteBlobStep;
    }
    Index

    Properties

    Properties

    blob: Uint8Array
    resume?: WriteBlobStep

    Resume from a prior step result. The flow validates consistency and skips completed work.