Show / Hide Table of Contents

Class CreateDataSourceDatabaseToolsConnectionDetails

Defines the OCI Database Tools Connection data source that the semantic model connects to.

Inheritance
object
CreateDataSourceDetails
CreateDataSourceDatabaseToolsConnectionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class CreateDataSourceDatabaseToolsConnectionDetails : CreateDataSourceDetails

Properties

EnrichmentConnectionId

Declaration
[Required(ErrorMessage = "EnrichmentConnectionId is required.")]
[JsonProperty(PropertyName = "enrichmentConnectionId")]
public string EnrichmentConnectionId { get; set; }
Property Value
Type Description
string

The OCID of the OCI Database Tools Connection for enrichment.

Remarks

Required

QueryingConnectionId

Declaration
[Required(ErrorMessage = "QueryingConnectionId is required.")]
[JsonProperty(PropertyName = "queryingConnectionId")]
public string QueryingConnectionId { get; set; }
Property Value
Type Description
string

The OCID of the OCI Database Tools Connection for querying.

Remarks

Required

In this article
Back to top