Show / Hide Table of Contents

Class Version

A supported MySQL Version.

Inheritance
object
Version
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class Version

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

A link to a page describing the version.

VersionProp

Declaration
[JsonProperty(PropertyName = "version")]
public string VersionProp { get; set; }
Property Value
Type Description
string

The specific version identifier

In this article
Back to top