Blob Nfs Target Response
data class BlobNfsTargetResponse(val target: String? = null, val usageModel: String? = null, val verificationTimer: Int? = null, val writeBackTimer: Int? = null)
Properties pertaining to the BlobNfsTarget.
Properties
Link copied to clipboard
Identifies the StorageCache usage model to be used for this storage target.
Link copied to clipboard
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
Link copied to clipboard
Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.