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
IMessage<Validation>, IEquatable<Validation>, IDeepCloneable<Validation>, 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 |
RepeatedField<ValidationMessage> |
State
public Validation.Types.State State { get; set; }
Validation execution status.
Property Value | |
---|---|
Type | Description |
Validation.Types.State |