Class AutonomousCompositeDataGuardShardSpace
Composite data guard shard space details for a Globally distributed autonomous database.
Inherited Members
Namespace: Oci.Distributeddatabasev26Service.Models
Assembly: OCI.DotNetSDK.Distributeddatabasev26.dll
Syntax
public class AutonomousCompositeDataGuardShardSpace
Properties
ChunkCount
Declaration
[Required(ErrorMessage = "ChunkCount is required.")]
[JsonProperty(PropertyName = "chunkCount")]
public int? ChunkCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Count of chunks associated with the shard space. |
Remarks
Required
DataGuardReplicas
Declaration
[JsonProperty(PropertyName = "dataGuardReplicas")]
public List<AutonomousCompositeDataGuardShardSpaceReplica> DataGuardReplicas { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutonomousCompositeDataGuardShardSpaceReplica> | The details of data guard replica associated with the shard. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of shard space. It must start with a letter and contain only letters, digits, and underscores. Maximum length is 40 characters. |
Remarks
Required
OriginalReplica
Declaration
[Required(ErrorMessage = "OriginalReplica is required.")]
[JsonProperty(PropertyName = "originalReplica")]
public AutonomousCompositeDataGuardShardSpaceReplica OriginalReplica { get; set; }
Property Value
| Type | Description |
|---|---|
| AutonomousCompositeDataGuardShardSpaceReplica |
Remarks
Required