Class AvailableDatabaseVersion
An available database version. It can be a major or a minor version.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class AvailableDatabaseVersion : IDirectResponseSchema
Properties
DisplayName
The database version's display name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MajorVersion
The version's major version name.
Declaration
[JsonProperty("majorVersion")]
public virtual string MajorVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The database version name. For MySQL 8.0, this string provides the database major and minor version.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |