DiffDiskSettings.EnableFullCaching Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether or not to enable full caching for this VM which will cache the OS disk locally on the host and make this VM more resilient to storage outages.
public bool? EnableFullCaching { get; set; }
member this.EnableFullCaching : Nullable<bool> with get, set
Public Property EnableFullCaching As Nullable(Of Boolean)