public sealed class Validation : IMessage<Validation>, IEquatable<Validation>, IDeepCloneable<Validation>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class Validation.
A validation to perform on a stream.
Implements
IMessageValidation, IEquatableValidation, IDeepCloneableValidation, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
Validation()
public Validation()
Validation(Validation)
public Validation(Validation other)
Parameter | |
---|---|
Name | Description |
other | Validation |
Properties
Code
public string Code { get; set; }
A custom code identifying this validation.
Property Value | |
---|---|
Type | Description |
string |
Description
public string Description { get; set; }
A short description of the validation.
Property Value | |
---|---|
Type | Description |
string |
Message
public RepeatedField<ValidationMessage> Message { get; }
Messages reflecting the validation results.
Property Value | |
---|---|
Type | Description |
RepeatedFieldValidationMessage |
State
public Validation.Types.State State { get; set; }
Validation execution status.
Property Value | |
---|---|
Type | Description |
ValidationTypesState |