public sealed class DataQualityRuleResult.Types.DebugQueryResult : IMessage<DataQualityRuleResult.Types.DebugQueryResult>, IEquatable<DataQualityRuleResult.Types.DebugQueryResult>, IDeepCloneable<DataQualityRuleResult.Types.DebugQueryResult>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRuleResult.Types.DebugQueryResult.
Contains a single result from the debug query.
Implements
IMessageDataQualityRuleResultTypesDebugQueryResult, IEquatableDataQualityRuleResultTypesDebugQueryResult, IDeepCloneableDataQualityRuleResultTypesDebugQueryResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DebugQueryResult()
public DebugQueryResult()DebugQueryResult(DebugQueryResult)
public DebugQueryResult(DataQualityRuleResult.Types.DebugQueryResult other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualityRuleResultTypesDebugQueryResult |
Properties
Name
public string Name { get; set; }Specifies the name of the result. Available if provided with an explicit
alias using [AS] alias.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public string Type { get; set; }Indicates the data type of the result. For more information, see BigQuery data types.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public string Value { get; set; }Represents the value of the result as a string.
| Property Value | |
|---|---|
| Type | Description |
string |
|