AttributeMode
Controls how the attributes field is interpreted in cleaning operations
enum AttributeMode {
ALLOW
DENY
}
Values
AttributeMode.ALLOW
The attributes field specifies which attributes to keep (preserve only these)
AttributeMode.DENY
The attributes field specifies which attributes to remove (remove only these)
Member Of
CleanInput
input