Class DataCacheConfig
Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class DataCacheConfig : IDirectResponseSchema
Properties
DataCacheEnabled
Optional. Whether data cache is enabled for the instance.
Declaration
[JsonProperty("dataCacheEnabled")]
public virtual bool? DataCacheEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |