Home > @tridion-sites/open-api-client > Batch
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