Package version:

Interface UpdateIntegrationRuntimeNodeRequest

Update integration runtime node request.

interface UpdateIntegrationRuntimeNodeRequest {
    concurrentJobsLimit?: number;
}

Properties

concurrentJobsLimit?: number

The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs(inclusive) are allowed.