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 = 4See Binary.
BOOLEAN = 7Indicates a boolean value.
DOUBLE = 3See DoubleFloat.
INT64 = 2See Int64.
JSON = 5See JSON.
NULL = 0Indicates a null value.
RECORD_V2 = 6See RecordV2.
STRING = 1See String.
Remarks
All but null map directly by name to IDataTypes.