TagFilter Class

Definition

Blob index tag based filtering for blob objects

public class TagFilter
type TagFilter = class
Public Class TagFilter
Inheritance
TagFilter

Constructors

TagFilter()

Initializes a new instance of the TagFilter class.

TagFilter(String, String, String)

Initializes a new instance of the TagFilter class.

Properties

Name

Gets or sets this is the filter tag name, it can have 1 - 128 characters

Op

Gets or sets this is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported

Value

Gets or sets this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters

Methods

Validate()

Validate the object.

Applies to