Show / Hide Table of Contents

Class DistributedDatabaseRuChangeLog

Move RU invocation history for the Globally distributed database.

Inheritance
object
DistributedDatabaseRuChangeLog
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 DistributedDatabaseRuChangeLog

Properties

RuChangeLog

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

Ordered list of move RU invocations (latest first).

Remarks

Required

In this article
Back to top