Class MySqlStorageEngineDetails
Mysql storage engine tables.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class MySqlStorageEngineDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptedTableCount
Optional. The number of encrypted tables.
Declaration
[JsonProperty("encryptedTableCount")]
public virtual int? EncryptedTableCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Engine
Required. The storage engine.
Declaration
[JsonProperty("engine")]
public virtual string Engine { get; set; }
Property Value
Type | Description |
---|---|
string |
TableCount
Optional. The number of tables.
Declaration
[JsonProperty("tableCount")]
public virtual int? TableCount { get; set; }
Property Value
Type | Description |
---|---|
int? |