Class PreCheckMajorVersionUpgradeContext
Pre-check major version upgrade context.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class PreCheckMajorVersionUpgradeContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Optional. This is always sql#preCheckMajorVersionUpgradeContext.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreCheckResponse
Output only. The responses from the precheck operation.
Declaration
[JsonProperty("preCheckResponse")]
public virtual IList<PreCheckResponse> PreCheckResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PreCheckResponse> |
TargetDatabaseVersion
Required. The target database version to upgrade to.
Declaration
[JsonProperty("targetDatabaseVersion")]
public virtual string TargetDatabaseVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |