public sealed class DataQualitySpec : IMessage<DataQualitySpec>, IEquatable<DataQualitySpec>, IDeepCloneable<DataQualitySpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualitySpec.
Optional. A filter applied to all rows in a single DataScan job.
The filter needs to be a valid SQL expression for a WHERE clause in
BigQuery standard SQL syntax.
Example: col1 >= 0 AND col2 < 10
[[["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."],[[["The latest version available for `DataQualitySpec` within the Cloud Dataplex V1 API is 3.6.0, while the current page's documentation refers to version 2.8.0, offering links to various previous versions."],["`DataQualitySpec` is a class used for data quality scanning within Cloud Dataplex, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataQualitySpec` class allows users to define settings for data quality scans, including post-scan actions, a row filter, a list of data quality rules, and the percentage of data to be sampled."],["The `Rules` property of `DataQualitySpec` is required, meaning that at least one rule must be defined for any data quality scan to take place."],["The documentation provided covers the available constructors for `DataQualitySpec`, which include a parameterless constructor and a constructor that accepts another `DataQualitySpec` object, along with the description of the `PostScanActions`, `RowFilter`, `Rules` and `SamplingPercent` properties, showing their types and purpose."]]],[]]