Class CreateAutonomousUserShardSpaceReplicaDetails
Details required to create a user shard space replica.
Inherited Members
Namespace: Oci.Distributeddatabasev26Service.Models
Assembly: OCI.DotNetSDK.Distributeddatabasev26.dll
Syntax
public class CreateAutonomousUserShardSpaceReplicaDetails
Properties
Database
Declaration
[Required(ErrorMessage = "Database is required.")]
[JsonProperty(PropertyName = "database")]
public CreateDistributedAutonomousDatabaseShardDatabaseDetails Database { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateDistributedAutonomousDatabaseShardDatabaseDetails |
Remarks
Required
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 replica. It must start with a letter and contain only letters, digits, and underscores. Maximum length is 40 characters. |
Remarks
Required