Enum FormatEntryType
The type of the format entry.
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public enum FormatEntryType
Fields
| Name | Description |
|---|---|
| DeleteRows | |
| DeterministicEncryption | |
| DeterministicEncryptionDate | |
| DeterministicSubstitution | |
| FixedNumber | |
| FixedString | |
| LibraryMaskingFormat | |
| NullValue | |
| Pattern | |
| PostProcessingFunction | |
| PreserveOriginalData | |
| RandomDate | |
| RandomDecimalNumber | |
| RandomDigits | |
| RandomList | |
| RandomNumber | |
| RandomString | |
| RandomSubstitution | |
| RegularExpression | |
| Shuffle | |
| SqlExpression | |
| Substring | |
| TruncateTable | |
| UnknownEnumValue | |
| UserDefinedFunction |