Operator type

ConditionClause の演算子を表します。
KnownOperator を Operator と同じ意味で使用できる 、この列挙型には、サービスがサポートする既知の値が含まれています。

サービスでサポートされている既知の値

対等者:対等者
NotEquals:NotEquals(ノットイコールズ):NotEquals(ノットイコールズ)
レスタン:レスタン
レスターンイコール:レスターンイコール
グレータータン:グレータータン
グレーター・ザン・イコール:グレーター・ザン・イコール
StringContains: StringContains
StringNotContains: StringNotContains
StringStartsWith: StringStartsWith
StringNotStartsWith: StringNotStartsWith
StringEndsWith: StringEndsWith
StringNotEndsWith: StringNotEndsWith
StringIsEmpty: StringIsEmpty
IsNull:IsNull
IsTrue:IsTrueです
IsFalse:IsFalse
ArrayContains: ArrayContains
ArrayNotContains: ArrayNotContains
OnorAfterRelative:OnorAfterRelative: Onor AfterRelative(親戚)について
アフター親戚:アフター親戚
OnOrBeforeRelative: OnOrBeforeRelative(親戚か、またはその前に)
BeforeRelative: BeforeRelative(親戚以前)
オン・オアフター・アブソブト:オン・オア・アフター・アブソリュート
アフターアブソリュート:アフターアブソリュート
オン・オア・ビフォア・アブソリュート:オン・オア・ビフォア・アブソリュート
ビフォーアブソリュート:ビフォーアブソリュート

type Operator = string