Show / Hide Table of Contents

Class DistributedAutonomousDatabaseRuChangeLogSummary

One move RU invocation record for the Globally distributed autonomous database.

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

Properties

RuId

Declaration
[JsonProperty(PropertyName = "ruId")]
public string RuId { get; set; }
Property Value
Type Description
string

Replication unit identifier associated with the invocation.

SourceShardName

Declaration
[JsonProperty(PropertyName = "sourceShardName")]
public string SourceShardName { get; set; }
Property Value
Type Description
string

Source shard for move RU invocation.

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DistributedAutonomousDatabaseRuChangeLogSummary.StatusEnum? Status { get; set; }
Property Value
Type Description
DistributedAutonomousDatabaseRuChangeLogSummary.StatusEnum?

Current or terminal status of the move RU invocation.

TargetShardName

Declaration
[JsonProperty(PropertyName = "targetShardName")]
public string TargetShardName { get; set; }
Property Value
Type Description
string

Target shard for move RU invocation.

TimeCreated

Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

Entry creation timestamp in UTC.

TimeUpdated

Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type Description
DateTime?

Entry update timestamp in UTC.

TriggeredBy

Declaration
[JsonProperty(PropertyName = "triggeredBy")]
public string TriggeredBy { get; set; }
Property Value
Type Description
string

Actor who triggered the move RU invocation.

In this article
Back to top