DiscoGroupData interface
用來建立探索群組的要求主體。
屬性
| description | 迪斯科群組的描述。 |
| excludes | 用於迪斯科群組執行的排除清單,也稱為要從探索演算法中排除的資產。 |
| frequency |
迪斯科群組應該以毫秒為單位重新執行的頻率。 |
| name | 迪斯科群組的名稱。 |
| names | 用於迪斯科群組執行的名稱清單。 |
| seeds | 用於迪斯科群組執行的種子清單。 |
| template |
用於建立迪斯科群組之迪斯科範本的唯一標識符。 |
| tier | 迪斯科群組的階層,會影響此群組中迪斯科執行所使用的演算法。 |
屬性詳細資料
description
迪斯科群組的描述。
description?: string
屬性值
string
excludes
frequencyMilliseconds
迪斯科群組應該以毫秒為單位重新執行的頻率。
frequencyMilliseconds?: number
屬性值
number
name
迪斯科群組的名稱。
name?: string
屬性值
string
names
用於迪斯科群組執行的名稱清單。
names?: string[]
屬性值
string[]
seeds
templateId
用於建立迪斯科群組之迪斯科範本的唯一標識符。
templateId?: string
屬性值
string
tier
迪斯科群組的階層,會影響此群組中迪斯科執行所使用的演算法。
tier?: string
屬性值
string