Class AwrDbSnapshotSummary
The AWR snapshot summary of one snapshot.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class AwrDbSnapshotSummary
Properties
AwrDbId
Declaration
[Required(ErrorMessage = "AwrDbId is required.")]
[JsonProperty(PropertyName = "awrDbId")]
public string AwrDbId { get; set; }
Property Value
Type | Description |
---|---|
string | Internal ID of the database. The internal ID of the database is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs |
Remarks
Required
ErrorCount
Declaration
[JsonProperty(PropertyName = "errorCount")]
public long? ErrorCount { get; set; }
Property Value
Type | Description |
---|---|
long? | The total number of errors. |
InstanceNumber
Declaration
[JsonProperty(PropertyName = "instanceNumber")]
public int? InstanceNumber { get; set; }
Property Value
Type | Description |
---|---|
int? | The database instance number. |
SnapshotId
Declaration
[Required(ErrorMessage = "SnapshotId is required.")]
[JsonProperty(PropertyName = "snapshotId")]
public int? SnapshotId { get; set; }
Property Value
Type | Description |
---|---|
int? | The ID of the snapshot. The snapshot ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbSnapshots |
Remarks
Required
TimeBegin
Declaration
[JsonProperty(PropertyName = "timeBegin")]
public DateTime? TimeBegin { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The start time of the snapshot. |
TimeDbStartup
Declaration
[JsonProperty(PropertyName = "timeDbStartup")]
public DateTime? TimeDbStartup { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The timestamp of the database startup. |
TimeEnd
Declaration
[JsonProperty(PropertyName = "timeEnd")]
public DateTime? TimeEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The end time of the snapshot. |