FieldFilterOperation Enum

Definition

Enumerates supported filter operations.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum FieldFilterOperation
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type FieldFilterOperation = 
Public Enum FieldFilterOperation
Inheritance
FieldFilterOperation
Attributes

Fields

And 7

And filter.

Equals 0

Equals filter.

GreaterThan 2

Greater than filter.

GreaterThanOrEquals 3

Greater than or equal filter.

LessThan 4

Less than filter.

LessThanOrEquals 5

Less than or equals filter.

NotEquals 1

Not equals filter.

NotStartsWith 10

String does not starts with filter.

Or 8

Or filter.

StartsWith 9

String starts with filter.

Substring 6

Substring filter.

Applies to