public sealed class DataQualityRule.Types.RegexExpectation : IMessage<DataQualityRule.Types.RegexExpectation>, IEquatable<DataQualityRule.Types.RegexExpectation>, IDeepCloneable<DataQualityRule.Types.RegexExpectation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.RegexExpectation.
Evaluates whether each column value matches a specified regex.
[[["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-25 UTC."],[[["This page provides reference documentation for the `DataQualityRule.Types.RegexExpectation` class within the Cloud Dataplex v1 API, specifically for .NET development."],["The `RegexExpectation` class is used to check if column values match a given regular expression, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the available constructors for the `RegexExpectation` class, including a parameter to initialize the data with an existing `DataQualityRule.Types.RegexExpectation` instance."],["The `Regex` property, of type string, is used to store and define the regular expression that column values should match, which is an optional field."],["The page also contains a list of all the versions available in the doc for this specific class, ranging from 1.0.0 to the latest 3.6.0."]]],[]]