Cloud Dataplex v1 API - Class DataQualityRuleResult.Types.DebugQueryResult (3.13.0)

public sealed class DataQualityRuleResult.Types.DebugQueryResult : IMessage<DataQualityRuleResult.Types.DebugQueryResult>, IEquatable<DataQualityRuleResult.Types.DebugQueryResult>, IDeepCloneable<DataQualityRuleResult.Types.DebugQueryResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRuleResult.Types.DebugQueryResult.

Contains a single result from the debug query.

Inheritance

object > DataQualityRuleResult.Types.DebugQueryResult

Namespace

Google.Cloud.Dataplex.V1

Assembly

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