PrimitiveValueKindUnion
PackageReified.Schema
Identifies the intrinsic primitive shape of a schema value.
Specification
Kind
Union
Members
18
Examples
0
IsFloatSignature
this.IsFloat
IsInt64Signature
this.IsInt64
IsBoolSignature
this.IsBool
IsDecimalSignature
this.IsDecimal
IsDateTimeSignature
this.IsDateTime
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsFloat | this.IsFloat | No description available. |
| IsInt64 | this.IsInt64 | No description available. |
| IsBool | this.IsBool | No description available. |
| IsDecimal | this.IsDecimal | No description available. |
| IsDateTime | this.IsDateTime | No description available. |
| IsGuid | this.IsGuid | No description available. |
| IsDate | this.IsDate | No description available. |
| IsInt | this.IsInt | No description available. |
| IsText | this.IsText | No description available. |
| Text | Text | Text represented as . |
| Int | Int | A 32-bit signed integer represented as . |
| Int64 | Int64 | A 64-bit signed integer represented as . |
| Decimal | Decimal | A decimal number represented as . |
| Float | Float | A double-precision binary number represented as . |
| Bool | Bool | A Boolean value represented as . |
| Date | Date | A calendar date represented as . |
| DateTime | DateTime | An instant-like date and time represented as . |
| Guid | Guid | A globally unique identifier represented as . |