FieldFilterOperation 列挙型

定義

列挙はフィルター操作をサポートしていました。

[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
継承
FieldFilterOperation
属性

フィールド

名前 説明
Equals 0

フィルターが同じです。

NotEquals 1

フィルターが必ずとなっているわけではありません。

GreaterThan 2

フィルターよりも優れている。

GreaterThanOrEquals 3

フィルターの大きさ。

LessThan 4

フィルターより低い。

LessThanOrEquals 5

フィルターより小さいかそれ以下です。

Substring 6

サブストリングフィルター。

And 7

そしてフィルターも。

Or 8

あるいはフィルターも。

StartsWith 9

ストリングはフィルターから始まります。

NotStartsWith 10

ストリングはフィルターから始まるわけではありません。

適用対象