Firestore v1 API - Enum StructuredQuery.Types.UnaryFilter.Types.Operator (3.6.0)

public enum StructuredQuery.Types.UnaryFilter.Types.Operator

Reference documentation and code samples for the Firestore v1 API enum StructuredQuery.Types.UnaryFilter.Types.Operator.

A unary operator.

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Fields

NameDescription
IsNan

The given field is equal to NaN.

IsNotNan

The given field is not equal to NaN.

Requires:

  • No other NOT_EQUAL, NOT_IN, IS_NOT_NULL, or IS_NOT_NAN.
  • That field comes first in the order_by.
IsNotNull

The given field is not equal to NULL.

Requires:

  • A single NOT_EQUAL, NOT_IN, IS_NOT_NULL, or IS_NOT_NAN.
  • That field comes first in the order_by.
IsNull

The given field is equal to NULL.

Unspecified

Unspecified. This value must not be used.