CustomClassificationRuleProperties interface
カスタム分類規則のプロパティ。
プロパティ
| classification |
カスタム分類規則の分類名。 |
| column |
カスタム分類ルールの列パターン。 |
| data |
カスタム分類ルールのデータ パターン。 |
| description | カスタム分類規則の説明。 |
| minimum |
|
| rule |
カスタム分類ルールのルールの状態。 |
プロパティの詳細
classificationName
カスタム分類規則の分類名。
classificationName?: string
プロパティ値
string
columnPatterns
カスタム分類ルールの列パターン。
columnPatterns?: RegexClassificationRulePattern[]
プロパティ値
dataPatterns
カスタム分類ルールのデータ パターン。
dataPatterns?: RegexClassificationRulePattern[]
プロパティ値
description
カスタム分類規則の説明。
description?: string
プロパティ値
string
minimumPercentageMatch
minimumPercentageMatch?: number
プロパティ値
number
ruleStatus
カスタム分類ルールのルールの状態。
ruleStatus?: "Enabled" | "Disabled"
プロパティ値
"Enabled" | "Disabled"