Show / Hide Table of Contents

Class OciObjectStorageDataSourceConfig

The details of OCI Search with OpenSearch data source information.

Inheritance
object
DataSourceConfig
OciObjectStorageDataSourceConfig
Inherited Members
DataSourceConfig.ShouldEnableMultiModality
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class OciObjectStorageDataSourceConfig : DataSourceConfig

Properties

ObjectStoragePrefixes

Declaration
[JsonProperty(PropertyName = "objectStoragePrefixes")]
public List<ObjectStoragePrefix> ObjectStoragePrefixes { get; set; }
Property Value
Type Description
List<ObjectStoragePrefix>

The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).

In this article
Back to top