Show / Hide Table of Contents

Class FormatEntry

A format entry is part of a masking format and defines the logic to mask data. A format entry can be a basic masking format such as Random Number, or it can be a library masking format. If a masking format has more than one format entries, the combined output of all the format entries is used for masking.

Inheritance
object
FormatEntry
DeleteRowsFormatEntry
DeterministicEncryptionDateFormatEntry
DeterministicEncryptionFormatEntry
DeterministicSubstitutionFormatEntry
FixedNumberFormatEntry
FixedStringFormatEntry
LibraryMaskingFormatEntry
NullValueFormatEntry
PPFFormatEntry
PatternFormatEntry
PreserveOriginalDataFormatEntry
RandomDateFormatEntry
RandomDecimalNumberFormatEntry
RandomDigitsFormatEntry
RandomListFormatEntry
RandomNumberFormatEntry
RandomStringFormatEntry
RandomSubstitutionFormatEntry
RegularExpressionFormatEntry
SQLExpressionFormatEntry
ShuffleFormatEntry
SubstringFormatEntry
TruncateTableFormatEntry
UDFFormatEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
[JsonConverter(typeof(FormatEntryModelConverter))]
public class FormatEntry

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

The description of the format entry.

In this article
Back to top