Class MetricsAggregationRange
The set of aggregated data returned for a metric.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class MetricsAggregationRange
Properties
Header
Declaration
[JsonProperty(PropertyName = "header")]
public DbManagementAnalyticsMetric Header { get; set; }
Property Value
Type | Description |
---|---|
DbManagementAnalyticsMetric |
Metrics
Declaration
[JsonProperty(PropertyName = "metrics")]
public List<DbManagementAnalyticsMetric> Metrics { get; set; }
Property Value
Type | Description |
---|---|
List<DbManagementAnalyticsMetric> | The list of metrics returned for the specified request. Each of the metrics
has a
|
RangeEndTimeInEpochSeconds
Declaration
[JsonProperty(PropertyName = "rangeEndTimeInEpochSeconds")]
public long? RangeEndTimeInEpochSeconds { get; set; }
Property Value
Type | Description |
---|---|
long? | The end of the time range (exclusive) of the returned metric data. |
RangeStartTimeInEpochSeconds
Declaration
[JsonProperty(PropertyName = "rangeStartTimeInEpochSeconds")]
public long? RangeStartTimeInEpochSeconds { get; set; }
Property Value
Type | Description |
---|---|
long? | The beginning of the time range (inclusive) of the returned metric data. |