Show / Hide Table of Contents

Class DistributedDatabaseCatalog

Details of a Globally distributed database catalog.

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

Properties

DataGuardReplicas

Declaration
[JsonProperty(PropertyName = "dataGuardReplicas")]
public List<DistributedDatabaseCatalogReplicaDetails> DataGuardReplicas { get; set; }
Property Value
Type Description
List<DistributedDatabaseCatalogReplicaDetails>

The details of data guard replicas for the catalog.

OriginalReplica

Declaration
[Required(ErrorMessage = "OriginalReplica is required.")]
[JsonProperty(PropertyName = "originalReplica")]
public DistributedDatabaseCatalogReplicaDetails OriginalReplica { get; set; }
Property Value
Type Description
DistributedDatabaseCatalogReplicaDetails
Remarks

Required

In this article
Back to top