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