Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 589 Bytes

SchemaFieldMode.md

File metadata and controls

10 lines (6 loc) · 589 Bytes

Com.Sajari.Sdk.Model.SchemaFieldMode

Mode is an enumeration of modes for a field. - MODE_UNSPECIFIED: Mode not specified. - NULLABLE: Nullable fields do not need to be specified. - REQUIRED: Required fields must be specified and cannot be null. - UNIQUE: Unique fields must be specified and must be unique.

Properties

Name Type Description Notes

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