@labkey/api

    Interface SaveBatchOptions

    interface SaveBatchOptions {
        assayId: number;
        assayName?: string;
        batch?: RunGroup;
        containerPath?: string;
        failure?: RequestFailure<any>;
        protocolName?: string;
        providerName?: string;
        scope?: any;
        success?: RequestSuccess<RunGroup>;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    assayId: number

    The assay protocol id.

    assayName?: string

    The name of the assay.

    batch?: RunGroup

    A modified RunGroup.

    containerPath?: string

    Save batch(es) to a specific container. If not specified, the batch(es) will be saved to the current container.

    failure?: RequestFailure<any>

    This will be called upon failure to complete a request.

    protocolName?: string

    Optional protocol name to be used for non-assay backed runs. Currently only SAMPLE_DERIVATION_PROTOCOL is supported.

    providerName?: string

    The assay provider name.

    scope?: any

    A scoping object for the success and failure callback functions (default to this).

    This will be called upon successfully completing a request.

    MMNEPVFCICPMFPCPTTAAATR