Class LargeCustomDictionaryConfig (4.0.0)

public sealed class LargeCustomDictionaryConfig : IMessage<LargeCustomDictionaryConfig>, IEquatable<LargeCustomDictionaryConfig>, IDeepCloneable<LargeCustomDictionaryConfig>, IBufferMessage, IMessage

Configuration for a custom dictionary created from a data source of any size up to the maximum size defined in the limits page. The artifacts of dictionary creation are stored in the specified Google Cloud Storage location. Consider using CustomInfoType.Dictionary for smaller dictionaries that satisfy the size requirements.

Inheritance

Object > LargeCustomDictionaryConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

LargeCustomDictionaryConfig()

public LargeCustomDictionaryConfig()

LargeCustomDictionaryConfig(LargeCustomDictionaryConfig)

public LargeCustomDictionaryConfig(LargeCustomDictionaryConfig other)
Parameter
Name Description
other LargeCustomDictionaryConfig

Properties

BigQueryField

public BigQueryField BigQueryField { get; set; }

Field in a BigQuery table where each cell represents a dictionary phrase.

Property Value
Type Description
BigQueryField

CloudStorageFileSet

public CloudStorageFileSet CloudStorageFileSet { get; set; }

Set of files containing newline-delimited lists of dictionary phrases.

Property Value
Type Description
CloudStorageFileSet

OutputPath

public CloudStoragePath OutputPath { get; set; }

Location to store dictionary artifacts in Google Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.

Property Value
Type Description
CloudStoragePath

SourceCase

public LargeCustomDictionaryConfig.SourceOneofCase SourceCase { get; }
Property Value
Type Description
LargeCustomDictionaryConfig.SourceOneofCase