Class DatabaseType
A message defining the database engine and provider.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1beta1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1beta1.dll
Syntax
public class DatabaseType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Engine
The database engine.
Declaration
[JsonProperty("engine")]
public virtual string Engine { get; set; }
Property Value
Type | Description |
---|---|
string |
Provider
The database provider.
Declaration
[JsonProperty("provider")]
public virtual string Provider { get; set; }
Property Value
Type | Description |
---|---|
string |