Class SqlResultFiles
Specifies file locations for SQL result data.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class SqlResultFiles
Properties
DataFile
Declaration
[JsonProperty(PropertyName = "dataFile")]
public string DataFile { get; set; }
Property Value
Type | Description |
---|---|
string | Specifies the path or URL to the full SQL result data. |
StatusFile
Declaration
[JsonProperty(PropertyName = "statusFile")]
public string StatusFile { get; set; }
Property Value
Type | Description |
---|---|
string | Specifies the path or URL to status metadata. |