Interface WorkspaceLimits

interface WorkspaceLimits {
    parallelEventPulls?: WorkspaceLimit;
    parallelIncrementalEventPullsPerConnection?: WorkspaceLimit;
    parallelFullSyncEventPullsPerConnection?: WorkspaceLimit;
    parallelFlowRuns?: WorkspaceLimit;
    parallelFlowRunsPerConnection?: WorkspaceLimit;
    parallelApiRequests?: WorkspaceLimit;
    parallelBackgroundJobs?: WorkspaceLimit;
    parallelEventLogs?: WorkspaceLimit;
    parallelEventLogsPerConnection?: WorkspaceLimit;
    parallelWriteDatabaseRequests?: WorkspaceLimit;
    fileUploadsMbPerHour?: WorkspaceLimit;
    apiRequestsPerSecond?: WorkspaceLimit;
    apiRequestsPerHour?: WorkspaceLimit;
    webhookRequestsPerSecond?: WorkspaceLimit;
    webhookRequestsPerHour?: WorkspaceLimit;
    workspaceElementCreationsPerSecond?: WorkspaceLimit;
    workspaceElementCreationsPerHour?: WorkspaceLimit;
    externalEventsPerCustomerPerDay?: WorkspaceLimit;
    createDatabaseRequestsPerSecond?: WorkspaceLimit;
    totalNumberOfCustomers?: WorkspaceLimit;
    totalNumberOfConnections?: WorkspaceLimit;
    totalNumberOfWorkspaceElements?: WorkspaceLimit;
    parallelApiRequestsPerCustomer?: WorkspaceLimit;
    parallelBackgroundJobsPerCustomer?: WorkspaceLimit;
    apiRequestsPerCustomerPerSecond?: WorkspaceLimit;
    apiRequestsPerCustomerPerHour?: WorkspaceLimit;
    webhookRequestsPerCustomerPerSecond?: WorkspaceLimit;
    webhookRequestsPerCustomerPerHour?: WorkspaceLimit;
    parallelWriteDatabaseRequestsPerCustomer?: WorkspaceLimit;
    createDatabaseRequestsPerCustomerPerSecond?: WorkspaceLimit;
    updateDatabaseRequestsPerCustomerPerSecond?: WorkspaceLimit;
}

Properties

parallelEventPulls?: WorkspaceLimit
parallelIncrementalEventPullsPerConnection?: WorkspaceLimit
parallelFullSyncEventPullsPerConnection?: WorkspaceLimit
parallelFlowRuns?: WorkspaceLimit
parallelFlowRunsPerConnection?: WorkspaceLimit
parallelApiRequests?: WorkspaceLimit
parallelBackgroundJobs?: WorkspaceLimit
parallelEventLogs?: WorkspaceLimit
parallelEventLogsPerConnection?: WorkspaceLimit
parallelWriteDatabaseRequests?: WorkspaceLimit
fileUploadsMbPerHour?: WorkspaceLimit
apiRequestsPerSecond?: WorkspaceLimit
apiRequestsPerHour?: WorkspaceLimit
webhookRequestsPerSecond?: WorkspaceLimit
webhookRequestsPerHour?: WorkspaceLimit
workspaceElementCreationsPerSecond?: WorkspaceLimit
workspaceElementCreationsPerHour?: WorkspaceLimit
externalEventsPerCustomerPerDay?: WorkspaceLimit
createDatabaseRequestsPerSecond?: WorkspaceLimit
totalNumberOfCustomers?: WorkspaceLimit
totalNumberOfConnections?: WorkspaceLimit
totalNumberOfWorkspaceElements?: WorkspaceLimit
parallelApiRequestsPerCustomer?: WorkspaceLimit
parallelBackgroundJobsPerCustomer?: WorkspaceLimit
apiRequestsPerCustomerPerSecond?: WorkspaceLimit
apiRequestsPerCustomerPerHour?: WorkspaceLimit
webhookRequestsPerCustomerPerSecond?: WorkspaceLimit
webhookRequestsPerCustomerPerHour?: WorkspaceLimit
parallelWriteDatabaseRequestsPerCustomer?: WorkspaceLimit
createDatabaseRequestsPerCustomerPerSecond?: WorkspaceLimit
updateDatabaseRequestsPerCustomerPerSecond?: WorkspaceLimit