Show / Hide Table of Contents

Class SqlResultFiles

Specifies file locations for SQL result data.

Inheritance
object
SqlResultFiles
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top