CacheNodeDriveConfiguration interface
Drive configuration for cache node
Properties
| cache |
corresponding nginx cache number. Valid cache numbers are 1 - 20 |
| nginx |
full binding for corresponding nginx cache drive |
| physical |
physical path location of the folder used for caching content |
| size |
physical size of the drive used for caching content |
Property Details
cacheNumber
corresponding nginx cache number. Valid cache numbers are 1 - 20
cacheNumber?: number
Property Value
number
nginxMapping
full binding for corresponding nginx cache drive
nginxMapping?: string
Property Value
string
physicalPath
physical path location of the folder used for caching content
physicalPath?: string
Property Value
string
sizeInGb
physical size of the drive used for caching content
sizeInGb?: number
Property Value
number