Show / Hide Table of Contents

Class AvailableDatabaseVersion

An available database version. It can be a major or a minor version.

Inheritance
object
AvailableDatabaseVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX