Show / Hide Table of Contents

Class DistributedAutonomousDatabaseRaftMetric

Raft metrics for shards and catalog for the Globally distributed autonomous database.

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

Properties

ConfigTasks

Declaration
[JsonProperty(PropertyName = "configTasks")]
public Dictionary<string, object> ConfigTasks { get; set; }
Property Value
Type Description
Dictionary<string, object>

Details of in-progress configuration tasks.

RaftMetrics

Declaration
[Required(ErrorMessage = "RaftMetrics is required.")]
[JsonProperty(PropertyName = "raftMetrics")]
public Dictionary<string, object> RaftMetrics { get; set; }
Property Value
Type Description
Dictionary<string, object>

Raft metrics for the Globally distributed autonomous database.

Remarks

Required

In this article
Back to top