Class InterpretationStructure.Types.ColumnInfo (1.0.0-alpha03)

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

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(InterpretationStructure.Types.ColumnInfo)

public ColumnInfo(InterpretationStructure.Types.ColumnInfo other)
Parameter
NameDescription
otherInterpretationStructure.Types.ColumnInfo

Properties

DisplayName

public string DisplayName { get; set; }

Human readable name of the output column.

Property Value
TypeDescription
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
TypeDescription
String