WorkspacePurgeBody.Filters Property

Definition

Gets or sets the set of columns and filters (queries) to run over them to purge the resulting data.

[Newtonsoft.Json.JsonProperty(PropertyName="filters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBodyFilters> Filters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filters")>]
member this.Filters : System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBodyFilters> with get, set
Public Property Filters As IList(Of WorkspacePurgeBodyFilters)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to