Class SqlStatisticAggregationCollection
SQL statistics response.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SqlStatisticAggregationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SqlStatisticAggregation> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SqlStatisticAggregation> | Array of SQLs along with its statistics statisfying the query criteria. |
Remarks
Required
TimeIntervalEnd
Declaration
[Required(ErrorMessage = "TimeIntervalEnd is required.")]
[JsonProperty(PropertyName = "timeIntervalEnd")]
public DateTime? TimeIntervalEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The end timestamp that was passed into the request. |
Remarks
Required
TimeIntervalStart
Declaration
[Required(ErrorMessage = "TimeIntervalStart is required.")]
[JsonProperty(PropertyName = "timeIntervalStart")]
public DateTime? TimeIntervalStart { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The start timestamp that was passed into the request. |
Remarks
Required