TagFilter Class

Blob index tag based filtering for blob objects.

All required parameters must be populated in order to send to Azure.

Inheritance
TagFilter

Constructor

TagFilter(*, name: str, op: str, value: str, **kwargs)

Variables

name
str

Required. This is the filter tag name, it can have 1 - 128 characters.

op
str

Required. This is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported.

value
str

Required. This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters.