Class DataPoints
The aggregated datapoints of the metric.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DataPoints
Properties
Timestamp
Declaration
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". |
Value
Declaration
[JsonProperty(PropertyName = "value")]
public double Value { get; set; }
Property Value
Type | Description |
---|---|
double | The value of the metric. |