Show / Hide Table of Contents

Class OciDatabaseSourceLocation

The location of the OCI Database that the agent will use.

Inheritance
object
SourceLocation
OciDatabaseSourceLocation
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 OciDatabaseSourceLocation : SourceLocation

Properties

FunctionName

Declaration
[JsonProperty(PropertyName = "functionName")]
public string FunctionName { get; set; }
Property Value
Type Description
string

The name of the function that returns source text.

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the OCI Database Tools Connection.

Url

Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
Type Description
string

The URL of the retrieved document, if available.

In this article
Back to top