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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe page provides documentation for the \u003ccode\u003eLargeCustomDictionaryConfig\u003c/code\u003e class within the Google Cloud DLP V2 library for .NET, with version 4.16.0 being the latest, and also lists links to older versions, down to 2.15.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLargeCustomDictionaryConfig\u003c/code\u003e is designed to manage custom dictionaries that are created from large data sources and it stores its output in a designated Google Cloud Storage location.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLargeCustomDictionaryConfig\u003c/code\u003e class allows you to define the source of your dictionary phrases using either a \u003ccode\u003eBigQueryField\u003c/code\u003e or a \u003ccode\u003eCloudStorageFileSet\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements various interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities for data handling, comparison, cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains an \u003ccode\u003eOutputPath\u003c/code\u003e property that allows you to specify the Google Cloud Storage location for storing dictionary artifacts, and a \u003ccode\u003eSourceCase\u003c/code\u003e property that allows you to understand the type of source being used.\u003c/p\u003e\n"]]],[],null,[]]