Class ServiceTmpfsOptions
Volume Tempfs options.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceTmpfsOptions
Properties
Mode
Specifies the tmpfs file permission mode encoded as an integer.
Declaration
public int Mode { get; set; }
Property Value
Type | Description |
---|---|
int |
SizeBytes
Specifies the tmpfs size in bytes.
Declaration
public long? SizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()