Show / Hide Table of Contents

Class ConsoleHistoryCollection

Results of the Db Node console history lists. Contains ConsoleHistorySummary items.

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

Properties

Items

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

List of Db Node console histories.

Remarks

Required

In this article
Back to top