BaseDataMaskingRuleModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base class that defines the core properties of a data masking rule
public class BaseDataMaskingRuleModel
type BaseDataMaskingRuleModel = class
Public Class BaseDataMaskingRuleModel
- Inheritance
-
BaseDataMaskingRuleModel
- Derived
Constructors
BaseDataMaskingRuleModel() |
Properties
ColumnName |
Gets or sets the name of the column that this rule operates on |
MaskingFunction |
Gets or sets the masking function of the current rule |
NumberFrom |
Gets or sets the lower bound of the interval from which a random number is selected in case this rule's masking function is Number |
NumberTo |
Gets or sets the upper bound of the interval from which a random number is selected in case this rule's masking function is Number |
PrefixSize |
Gets or sets the prefix size to be used in case this rule's masking function is Text |
ReplacementString |
Gets or sets the replacement string to be used in case this rule's masking function is Text |
ResourceGroupName |
Gets or sets the resource group |
SchemaName |
Gets or sets the name of the chema that contains the table on which the rule operates on |
ServerName |
Gets or sets the server name |
SuffixSize |
Gets or sets the suffix size to be used in case this rule's masking function is Text |
TableName |
Gets or sets the name of the table that contains the column on which the rule operates on |