Class DistributedAutonomousDatabaseRuChangeLog
Move RU invocation history for the Globally distributed autonomous database.
Inherited Members
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