public sealed class ExecutedQueryResult.Types.Column : IMessage<ExecutedQueryResult.Types.Column>, IEquatable<ExecutedQueryResult.Types.Column>, IDeepCloneable<ExecutedQueryResult.Types.Column>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class ExecutedQueryResult.Types.Column.
Describes a single column in the result set.
Implements
IMessageExecutedQueryResultTypesColumn, IEquatableExecutedQueryResultTypesColumn, IDeepCloneableExecutedQueryResultTypesColumn, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
Column()
public Column()Column(Column)
public Column(ExecutedQueryResult.Types.Column other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecutedQueryResultTypesColumn |
Properties
Name
public string Name { get; set; }The name of the column.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public string Type { get; set; }The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").
| Property Value | |
|---|---|
| Type | Description |
string |
|