BlobNfsTarget interface

Properties pertaining to the BlobNfsTarget.

Properties

target

Resource ID of the storage container.

usageModel

Identifies the StorageCache usage model to be used for this storage target.

verificationTimer

Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.

writeBackTimer

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

Resource ID of the storage container.

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