Class SummarizeStatementRequest
Implements
Inherited Members
Namespace: Oci.NosqlService.Requests
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class SummarizeStatementRequest : IOciRequest
Examples
Click here to see an example of how to use SummarizeStatement request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of a table's compartment. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
Statement
Declaration
[Required(ErrorMessage = "Statement is required.")]
[HttpConverter(TargetEnum.Query, "statement")]
public string Statement { get; set; }
Property Value
Type | Description |
---|---|
string | A NoSQL SQL statement. |
Remarks
Required