Show / Hide Table of Contents

Class AttentionLogCountsCollection

The collection of the counts of different urgency or type of attention logs.

Inheritance
object
AttentionLogCountsCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class AttentionLogCountsCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AttentionLogCountSummary> Items { get; set; }
Property Value
Type Description
List<AttentionLogCountSummary>

An array of the counts of different urgency or type of attention logs.

Remarks

Required

ManagedDatabaseId

Declaration
[Required(ErrorMessage = "ManagedDatabaseId is required.")]
[JsonProperty(PropertyName = "managedDatabaseId")]
public string ManagedDatabaseId { get; set; }
Property Value
Type Description
string

The OCID of the Managed Database.

Remarks

Required

In this article
Back to top