Class StorageConfig
The type of service-managed storage.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class StorageConfig
Properties
EnvironmentVariableKey
Declaration
[Required(ErrorMessage = "EnvironmentVariableKey is required.")]
[JsonProperty(PropertyName = "environmentVariableKey")]
public string EnvironmentVariableKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The key of environment variable to store the database connection. |
Remarks
Required
StorageId
Declaration
[Required(ErrorMessage = "StorageId is required.")]
[JsonProperty(PropertyName = "storageId")]
public string StorageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The [OCID] of ApplicationStorage. |
Remarks
Required