Show / Hide Table of Contents

Class DistributedDatabaseRaftMetric

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

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

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 database.

Remarks

Required

In this article
Back to top