Cloud Dataplex v1 API - Class DataQualityRule.Types.RegexExpectation (2.3.0)

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.

Inheritance

object > DataQualityRule.Types.RegexExpectation

Namespace

GoogleCloudGoogle.Cloud.DataplexV1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

RegexExpectation()

public RegexExpectation()

RegexExpectation(RegexExpectation)

public RegexExpectation(DataQualityRule.Types.RegexExpectation other)
Parameter
NameDescription
otherDataQualityRuleTypesRegexExpectation

Properties

Regex

public string Regex { get; set; }
Property Value
TypeDescription
string