Class DistributedAutonomousDatabaseRaftMetric
Raft metrics for shards and catalog for the Globally distributed autonomous database.
Inherited Members
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