Interface OfflineEditQueueRecoveryLimits

interface OfflineEditQueueRecoveryLimits {
    maxBytes?: number;
    maxRecords?: number;
}

Properties

maxBytes?: number
maxRecords?: number