NodeConfigReducedListRecord Data Type

Properties
name data type constraints description
guid string  
name string  
isDefault boolean required
generalExportPath string  
threadsSettings ThreadsSettingsReducedDetails  

Example

{
  "guid" : "...",
  "name" : "...",
  "isDefault" : true,
  "generalExportPath" : "...",
  "threadsSettings" : {
    "taskMaxExportThreads" : 12345,
    "taskMaxExportThreadsPerSource" : 12345,
    "taskMaxImportThreads" : 12345
  }
}