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 document provides reference documentation for the `DataQualityRule.Types.RegexExpectation` class within the Cloud Dataplex v1 API, specifically for .NET."],["The `RegexExpectation` class is used to evaluate whether column values match a specified regular expression, serving as a data quality rule."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and integration within the Protobuf and .NET ecosystems."],["The documentation details the class's constructors and the `Regex` property, which is a string that holds the regular expression that the column value should match."],["This page contains a comprehensive version history for this class, ranging from version 1.0.0 to 3.6.0."]]],[]]