Show / Hide Table of Contents

Class StorageConfig

The type of service-managed storage.

Inheritance
object
StorageConfig
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 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

In this article
Back to top