Show / Hide Table of Contents

Enum VersionTrackPreference

The preferred version track to target when performing an automatic MySQL upgrade. LONG_TERM_SUPPORT: No MySQL database behavior changes. INNOVATION: Provides access to the latest features and all bug fixes. FOLLOW: Follows the track of the DB System's MySQL version.

Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public enum VersionTrackPreference

Fields

Name Description
Follow
Innovation
LongTermSupport
UnknownEnumValue
In this article
Back to top