Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 653 Bytes

SchemaFieldType.md

File metadata and controls

10 lines (6 loc) · 653 Bytes

Com.Sajari.Sdk.Model.SchemaFieldType

Type represents the underlying data type of the field. - TYPE_UNSPECIFIED: Type not specified. - STRING: String values. - INTEGER: Integer values (64-bit). - FLOAT: Floating point values (32-bit). - DOUBLE: Double floating point values (64-bit). - BOOLEAN: Boolean values. - TIMESTAMP: Timestamp values. - BYTES: Raw byte values.

Properties

Name Type Description Notes

[Back to Model list] [Back to API list] [Back to README]