ApplicationInsightsComponentExportRequest.RecordTypes Property

Definition

Gets or sets the document types to be exported, as comma separated values. Allowed 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