Show / Hide Table of Contents

Class SqlResponseTimeDistributionAggregation

SQL Response time distribution entry.

Inheritance
object
SqlResponseTimeDistributionAggregation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SqlResponseTimeDistributionAggregation

Properties

BucketId

Declaration
[Required(ErrorMessage = "BucketId is required.")]
[JsonProperty(PropertyName = "bucketId")]
public string BucketId { get; set; }
Property Value
Type Description
string

Response time bucket id

Remarks

Required

ExecutionsCount

Declaration
[Required(ErrorMessage = "ExecutionsCount is required.")]
[JsonProperty(PropertyName = "executionsCount")]
public long? ExecutionsCount { get; set; }
Property Value
Type Description
long?

Total number of SQL executions

Remarks

Required

In this article
Back to top