public sealed class ValidationResult : IMessage<ValidationResult>, IEquatable<ValidationResult>, IDeepCloneable<ValidationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class ValidationResult.
[[["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-21 UTC."],[[["The `ValidationResult` class in the Google.Cloud.Datastream.V1 API provides information on the results of data validation checks."],["This class, `ValidationResult`, is part of the .NET reference documentation and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `ValidationResult` is 2.9.0, and versions from 1.0.0 up to 2.8.0 are also available for reference."],["The `ValidationResult` class contains a `Validations` property of type `RepeatedField\u003cValidation\u003e` that holds a list of executed and not executed validations."],["`ValidationResult` has two constructors: a default constructor, and a constructor that accepts another `ValidationResult` object as a parameter for making a copy."]]],[]]