Class AutonomousUserShardSpace
Distributed autonomous database user shard space details.
Inherited Members
Namespace: Oci.Distributeddatabasev26Service.Models
Assembly: OCI.DotNetSDK.Distributeddatabasev26.dll
Syntax
public class AutonomousUserShardSpace
Properties
DataGuardReplicas
Declaration
[JsonProperty(PropertyName = "dataGuardReplicas")]
public List<AutonomousUserShardSpaceReplica> DataGuardReplicas { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutonomousUserShardSpaceReplica> | Details of data guard replicas for the user shard space. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the user 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 AutonomousUserShardSpaceReplica OriginalReplica { get; set; }
Property Value
| Type | Description |
|---|---|
| AutonomousUserShardSpaceReplica |
Remarks
Required