Show / Hide Table of Contents

Class DistributedAutonomousDatabaseRuChangeLog

Move RU invocation history for the Globally distributed autonomous database.

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

Properties

RuChangeLog

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

Ordered list of move RU invocations (latest first).

Remarks

Required

In this article
Back to top