Values.SourceFieldPropertiesSourceThe properties that can be applied to a field when the connector is being used as a source.
type nonrec t = {isRetrievable : Boolean.t option;Indicates whether the field can be returned in a search result.
*)isQueryable : Boolean.t option;Indicates if the field can be queried.
*)isTimestampFieldForIncrementalQueries : Boolean.t option;Indicates if this timestamp field can be used for incremental queries.
*)}