tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > Batch

Batch type

Represents the data of a Batch. Defines batch operations and additional info related to batch invocation.

Signature:

export type Batch = SystemWideObject & {
    NumberOfDoneOperations?: number;
    Operations?: Array<BatchOperation>;
    Performer?: Link;
    StartAt?: string;
    TotalNumberOfOperations?: number;
};

References: SystemWideObject, BatchOperation, Link