Class OciObjectStorageConfiguration
The OCI Object Storage namespace and bucket details of the datasource
Inherited Members
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