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 webpage 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 each column value in a dataset matches a specific regular expression, thus ensuring data quality through validation."],["The page lists various versions of the API class, ranging from version 1.0.0 to the latest 3.6.0, allowing developers to access documentation specific to their needs."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality and integration capabilities within .NET environments."],["The `RegexExpectation` class has a `Regex` property that takes a string value, which is used to define the regular expression pattern that the column values should adhere to for the Data Quality check."]]],[]]