public sealed class InterpretationStructure.Types.ColumnInfo : IMessage<InterpretationStructure.Types.ColumnInfo>, IEquatable<InterpretationStructure.Types.ColumnInfo>, IDeepCloneable<InterpretationStructure.Types.ColumnInfo>, IBufferMessage, IMessageReference documentation and code samples for the Data QnA v1alpha API class InterpretationStructure.Types.ColumnInfo.
Information about a column.
Implements
IMessageInterpretationStructureTypesColumnInfo, IEquatableInterpretationStructureTypesColumnInfo, IDeepCloneableInterpretationStructureTypesColumnInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
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 |
|