Class AggregatedDatapoint
A timestamp-value pair returned for the specified request.
Inherited Members
Namespace: Oci.MonitoringService.Models
Assembly: OCI.DotNetSDK.Monitoring.dll
Syntax
public class AggregatedDatapointProperties
Timestamp
Declaration
[Required(ErrorMessage = "Timestamp is required.")]
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time associated with the value of this data point. Format defined by RFC3339.
 | 
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public double Value { get; set; }Property Value
| Type | Description | 
|---|---|
| double | Numeric value of the metric.
 | 
Remarks
Required