Class ExecuteSqlResponseItemProperties
Property information
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class ExecuteSqlResponseItemProperties
Properties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public object DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| object | Client properties returned as-is in the response. For asynchronous requests, the "displayName" property can be set to provide a user-friendly name that will propagate to the resulting Work Request to allow for easier identification and tracking of the operation's progress and outcome. |
Query
Declaration
[JsonProperty(PropertyName = "query")]
public object Query { get; set; }
Property Value
| Type | Description |
|---|---|
| object | Client properties returned as-is in the response |
Statement
Declaration
[JsonProperty(PropertyName = "statement")]
public object Statement { get; set; }
Property Value
| Type | Description |
|---|---|
| object | Client properties returned as-is in the response |