Class PerformanceCaptureConfig
Performance Capture configuration.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class PerformanceCaptureConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
Optional. Enable or disable the Performance Capture.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ProbeThreshold
Optional. The minimum number of consecutive readings above threshold that triggers instance state capture.
Declaration
[JsonProperty("probeThreshold")]
public virtual int? ProbeThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ProbingIntervalSeconds
Optional. The time interval in seconds between any two probes.
Declaration
[JsonProperty("probingIntervalSeconds")]
public virtual int? ProbingIntervalSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
RunningThreadsThreshold
Optional. The minimum number of server threads running to trigger the capture on primary.
Declaration
[JsonProperty("runningThreadsThreshold")]
public virtual int? RunningThreadsThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SecondsBehindSourceThreshold
Optional. The minimum number of seconds replica must be lagging behind primary to trigger capture on replica.
Declaration
[JsonProperty("secondsBehindSourceThreshold")]
public virtual int? SecondsBehindSourceThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
TransactionDurationThreshold
Optional. The amount of time in seconds that a transaction needs to have been open before the watcher starts recording it.
Declaration
[JsonProperty("transactionDurationThreshold")]
public virtual int? TransactionDurationThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |