ComponentPurgeBodyFilters Class
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.
User-defined filters to return data which will be purged from the table.
public class ComponentPurgeBodyFilters
type ComponentPurgeBodyFilters = class
Public Class ComponentPurgeBodyFilters
- Inheritance
-
ComponentPurgeBodyFilters
Constructors
ComponentPurgeBodyFilters() |
Initializes a new instance of the ComponentPurgeBodyFilters class. |
ComponentPurgeBodyFilters(String, String, Object, String) |
Initializes a new instance of the ComponentPurgeBodyFilters class. |
Properties
Column |
Gets or sets the column of the table over which the given query should run |
Key |
Gets or sets when filtering over custom dimensions, this key will be used as the name of the custom dimension. |
OperatorProperty |
Gets or sets a query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query. |
Value |
Gets or sets the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values. |
Applies to
Azure SDK for .NET