Class DatabaseEngineInfo
The type and version of a source or destination database.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class DatabaseEngineInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Engine
Required. Engine type.
Declaration
[JsonProperty("engine")]
public virtual string Engine { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Required. Engine version, for example "12.c.1".
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |