Show / Hide Table of Contents

Class OciObjectStorageConfiguration

The OCI Object Storage namespace and bucket details of the datasource

Inheritance
object
ConnectorConfiguration
OciObjectStorageConfiguration
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 OciObjectStorageConfiguration : ConnectorConfiguration

Properties

StorageConfigList

Declaration
[Required(ErrorMessage = "StorageConfigList is required.")]
[JsonProperty(PropertyName = "storageConfigList")]
public List<ObjectStorageConfig> StorageConfigList { get; set; }
Property Value
Type Description
List<ObjectStorageConfig>

List of Object Storage Configurations for datasource.

Remarks

Required

In this article
Back to top