Delen via


ApplicationInsightsComponentExportConfiguration.RecordTypes Property

Definition

Gets or sets this comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.

[Newtonsoft.Json.JsonProperty(PropertyName="RecordTypes")]
public string RecordTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="RecordTypes")>]
member this.RecordTypes : string with get, set
Public Property RecordTypes As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to