Class GoogleCloudMetastoreV1alphaHiveMetastoreVersion
A specification of a supported version of the Hive Metastore software.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1alphaHiveMetastoreVersion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsDefault
Whether version will be chosen by the server if a metastore service is created with a HiveMetastoreConfig that omits the version.
Declaration
[JsonProperty("isDefault")]
public virtual bool? IsDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Version
The semantic version of the Hive Metastore software.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |