Data Analytics API with Gemini v1beta API - Class ExecutedQueryResult.Types.Column (1.0.0-beta05)

public sealed class ExecutedQueryResult.Types.Column : IMessage<ExecutedQueryResult.Types.Column>, IEquatable<ExecutedQueryResult.Types.Column>, IDeepCloneable<ExecutedQueryResult.Types.Column>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > ExecutedQueryResult.Types.Column

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

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