Class InterpretationStructure.Types.ColumnInfo (2.0.0-alpha01)

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
Name Description
other InterpretationStructure.Types.ColumnInfo

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