Class GeminiInstanceConfig
Gemini instance configuration.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class GeminiInstanceConfig : IDirectResponseSchema
Properties
ActiveQueryEnabled
Output only. Whether the active query is enabled.
Declaration
[JsonProperty("activeQueryEnabled")]
public virtual bool? ActiveQueryEnabled { 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 |
Entitled
Output only. Whether Gemini is enabled.
Declaration
[JsonProperty("entitled")]
public virtual bool? Entitled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FlagRecommenderEnabled
Output only. Whether the flag recommender is enabled.
Declaration
[JsonProperty("flagRecommenderEnabled")]
public virtual bool? FlagRecommenderEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GoogleVacuumMgmtEnabled
Output only. Whether the vacuum management is enabled.
Declaration
[JsonProperty("googleVacuumMgmtEnabled")]
public virtual bool? GoogleVacuumMgmtEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IndexAdvisorEnabled
Output only. Whether the index advisor is enabled.
Declaration
[JsonProperty("indexAdvisorEnabled")]
public virtual bool? IndexAdvisorEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
OomSessionCancelEnabled
Output only. Whether canceling the out-of-memory (OOM) session is enabled.
Declaration
[JsonProperty("oomSessionCancelEnabled")]
public virtual bool? OomSessionCancelEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |