Data QnA v1alpha API - Class InterpretationStructure.Types.ColumnInfo (2.0.0-alpha02)

public sealed class InterpretationStructure.Types.ColumnInfo : IMessage<InterpretationStructure.Types.ColumnInfo>, IEquatable<InterpretationStructure.Types.ColumnInfo>, IDeepCloneable<InterpretationStructure.Types.ColumnInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Data QnA v1alpha API class InterpretationStructure.Types.ColumnInfo.

Information about a column.

Inheritance

object > InterpretationStructure.Types.ColumnInfo

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

ColumnInfo()

public ColumnInfo()

ColumnInfo(ColumnInfo)

public ColumnInfo(InterpretationStructure.Types.ColumnInfo other)
Parameter
Name Description
other InterpretationStructureTypesColumnInfo

Properties

DisplayName

public string DisplayName { get; set; }

Human readable name of the output column.

Property Value
Type Description
string

OutputAlias

public string OutputAlias { get; set; }

The alias of the output column as used by the backend. For example, the field name in the schema provided in the query response in BigQuery.

Property Value
Type Description
string