Class ContainerEmptyDirVolume
The empty directory volume of a container instance. You can create up to 64 EmptyDir per container instance.
Inherited Members
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class ContainerEmptyDirVolume : ContainerVolumeProperties
BackingStore
Declaration
[JsonProperty(PropertyName = "backingStore")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ContainerEmptyDirVolume.BackingStoreEnum? BackingStore { get; set; }Property Value
| Type | Description | 
|---|---|
| ContainerEmptyDirVolume.BackingStoreEnum? | The volume type of the empty directory, can be either File Storage or Memory. |