Class ExecuteSqlOutputDetails
Defines how the script result should be stored
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
[JsonConverter(typeof(ExecuteSqlOutputDetailsModelConverter))]
public class ExecuteSqlOutputDetails
Properties
ResultDispositionTemplates
Declaration
[JsonProperty(PropertyName = "resultDispositionTemplates")]
public List<ExecuteSqlOutputResultDispositionTemplate> ResultDispositionTemplates { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExecuteSqlOutputResultDispositionTemplate> | Defines how the result of commands in a script should be stored. If the command does not match any template filter, the result will be inline. |