public sealed class DatabaseResourceCollection : IMessage<DatabaseResourceCollection>, IEquatable<DatabaseResourceCollection>, IDeepCloneable<DatabaseResourceCollection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DatabaseResourceCollection.
Match database resources using regex filters. Examples of database
resources are tables, views, and stored procedures.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage provides documentation for the `DatabaseResourceCollection` class within the Google Cloud Data Loss Prevention v2 API, specifically within the .NET environment."],["The `DatabaseResourceCollection` class is designed to handle and match database resources like tables, views, and stored procedures using regular expression filters."],["The documentation lists available versions of the Google Cloud DLP v2 API, from version 2.15.0 up to the latest version 4.16.0, including the selected version 4.12.0."],["`DatabaseResourceCollection` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes constructors for creating instances, with one constructor able to make copies of existing objects."],["The `DatabaseResourceCollection` class has properties such as `IncludeRegexes`, which is a collection of regular expressions, and `PatternCase`, which specifies the current pattern being used for matching database resources."]]],[]]