Nfs3Target interface
Properties pertaining to the Nfs3Target
Properties
target | IP address or host name of an NFSv3 host (e.g., 10.0.44.44). |
usage |
Identifies the StorageCache usage model to be used for this storage target. |
verification |
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates. |
write |
Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage. |
Property Details
target
IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
target?: string
Property Value
string
usageModel
Identifies the StorageCache usage model to be used for this storage target.
usageModel?: string
Property Value
string
verificationTimer
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
verificationTimer?: number
Property Value
number
writeBackTimer
Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
writeBackTimer?: number
Property Value
number