Share via


IStorageTarget.Nfs3VerificationTimer Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="verificationTimer")]
public int? Nfs3VerificationTimer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="verificationTimer")>]
member this.Nfs3VerificationTimer : Nullable<int> with get, set
Public Property Nfs3VerificationTimer As Nullable(Of Integer)

Property Value

Attributes

Applies to