Table of Contents

Enum ConstraintValueType

Namespace
PushTechnology.ClientInterface.Topics.Update
Assembly
Diffusion.Client.dll

Represents the type of value specified in a constraint.

public enum ConstraintValueType

Fields

BINARY = 4

See Binary.

BOOLEAN = 7

Indicates a boolean value.

DOUBLE = 3

See DoubleFloat.

INT64 = 2

See Int64.

JSON = 5

See JSON.

NULL = 0

Indicates a null value.

RECORD_V2 = 6

See RecordV2.

STRING = 1

See String.

Remarks

All but null map directly by name to IDataTypes.