public sealed class Schema : IMessage<Schema>, IEquatable<Schema>, IDeepCloneable<Schema>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class Schema.
The schema of a Datasource or QueryResult instance.
Namespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
Schema()
public Schema()
Schema(Schema)
public Schema(Schema other)
Parameter | |
---|---|
Name | Description |
other |
Schema |
Properties
DisplayName
public string DisplayName { get; set; }
Optional. Table display_name (same as label in cloud/data_analytics/anarres/data/looker/proto/model_explore.proto), not required, currently only Looker has this field.
Property Value | |
---|---|
Type | Description |
string |
Fields
public RepeatedField<Field> Fields { get; }
Optional. The fields in the schema.
Property Value | |
---|---|
Type | Description |
RepeatedFieldField |