BucketFilter Class

Definition

Used to affect the behavior of one or more fault events based on matching bucketer paremeter filters. For example, a fault event whose buckete parameters match the filter values can have its report to Watson disabled, or can have a process dump added.

public ref class BucketFilter sealed
public sealed class BucketFilter
[System.Runtime.Serialization.DataContract]
public sealed class BucketFilter
type BucketFilter = class
[<System.Runtime.Serialization.DataContract>]
type BucketFilter = class
Public NotInheritable Class BucketFilter
Inheritance
BucketFilter
Attributes

Constructors

BucketFilter(Guid, String)

Constructs a BucketFilter object.

Fields

AdditionalProperties

Gets or sets additional properties associated with a bucket filter. For example, a bucket filter used to add a process dump to a particular fault event can also specify the type of dump as an additional property.

Properties

AdditionalProperties

Gets or sets additional properties associated with a bucket filter. For example, a bucket filter used to add a process dump to a particular fault event can also specify the type of dump as an additional property.

BucketParameterFilters

Gets or sets the bucket parameter filters used to match against a fault event's bucket parameters. The filter values are treated as regular expressions.

Id

Gets or sets the ID of the bucket filter.

WatsonEventType

Gets or sets the Watson event type associated with the bucket filter (ex. VisualStudioNonFatalErrors2).

Methods

IndexOfBucketParameter(String)

Gets the index of the specified bucket parameter name (ex. the index of "P1" would be 0).

Applies to