Class UpdateTableRequest
Implements
Inherited Members
Namespace: Oci.NosqlService.Requests
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class UpdateTableRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateTable 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. |
TableNameOrId
Declaration
[Required(ErrorMessage = "TableNameOrId is required.")]
[HttpConverter(TargetEnum.Path, "tableNameOrId")]
public string TableNameOrId { get; set; }
Property Value
Type | Description |
---|---|
string | A table name within the compartment, or a table OCID. |
Remarks
Required
UpdateTableDetails
Declaration
[Required(ErrorMessage = "UpdateTableDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateTableDetails UpdateTableDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateTableDetails | Specifications for the alteration. |
Remarks
Required