Show / Hide Table of Contents

Class PerformanceCaptureConfig

Performance capture configuration.

Inheritance
object
PerformanceCaptureConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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. Enables or disables the performance capture feature.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

ProbeThreshold

Optional. Specifies the minimum number of consecutive probe threshold that triggers performance capture.

Declaration
[JsonProperty("probeThreshold")]
public virtual int? ProbeThreshold { get; set; }
Property Value
Type Description
int?

ProbingIntervalSeconds

Optional. Specifies the interval in seconds between consecutive probes that check if any trigger condition thresholds have been reached.

Declaration
[JsonProperty("probingIntervalSeconds")]
public virtual int? ProbingIntervalSeconds { get; set; }
Property Value
Type Description
int?

RunningThreadsThreshold

Optional. Specifies the minimum number of MySQL Threads_running to trigger the performance capture on the primary instance.

Declaration
[JsonProperty("runningThreadsThreshold")]
public virtual int? RunningThreadsThreshold { get; set; }
Property Value
Type Description
int?

SecondsBehindSourceThreshold

Optional. Specifies the minimum number of seconds replica must be lagging behind primary instance to trigger the performance capture on replica.

Declaration
[JsonProperty("secondsBehindSourceThreshold")]
public virtual int? SecondsBehindSourceThreshold { get; set; }
Property Value
Type Description
int?

TransactionDurationThreshold

Optional. Specifies 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX