public sealed class ColumnInfo : IMessage<InterpretationStructure.Types.ColumnInfo>, IEquatable<InterpretationStructure.Types.ColumnInfo>, IDeepCloneable<InterpretationStructure.Types.ColumnInfo>, IBufferMessage, IMessageInformation about a column.
Implements
IMessage<InterpretationStructure.Types.ColumnInfo>, IEquatable<InterpretationStructure.Types.ColumnInfo>, IDeepCloneable<InterpretationStructure.Types.ColumnInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
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 |
|