Class PatchShardedDatabaseRequest
Implements
Inherited Members
Namespace: Oci.GloballydistributeddatabaseService.Requests
Assembly: OCI.DotNetSDK.Globallydistributeddatabase.dll
Syntax
public class PatchShardedDatabaseRequest : IOciRequest
Examples
Click here to see an example of how to use PatchShardedDatabase request.
Properties
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. In the PUT or DELETE call
for a resource, set the |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
PatchShardedDatabaseDetails
Declaration
[Required(ErrorMessage = "PatchShardedDatabaseDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public PatchShardedDatabaseDetails PatchShardedDatabaseDetails { get; set; }
Property Value
Type | Description |
---|---|
PatchShardedDatabaseDetails | The payload containing instructions to patch the sharded database. |
Remarks
Required
ShardedDatabaseId
Declaration
[Required(ErrorMessage = "ShardedDatabaseId is required.")]
[HttpConverter(TargetEnum.Path, "shardedDatabaseId")]
public string ShardedDatabaseId { get; set; }
Property Value
Type | Description |
---|---|
string | Sharded Database identifier |
Remarks
Required