Show / Hide Table of Contents

Class OciObjectStorageSourceLocation

The OCI Object Storage that contains the data files.

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

Properties

Url

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

The URL of the OCI Object Storage data source.

In this article
Back to top