CollectorConfigStore.CacheDirectory 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.
The temporary directory where the data between the collection and upload packages of each collector type is stored. If this value is Null, it will default at execution time to the value stored in the %TEMP% environment variable.
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty]
public string CacheDirectory { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty>]
member this.CacheDirectory : string with get, set
Public Property CacheDirectory As String
Property Value
- Attributes