timeField property
Specifies which time field to filter documents on.
Defaults to TimeField.UPLOAD_TIME. Possible string values are:
- "TIME_FIELD_UNSPECIFIED" : Default value.
- "CREATE_TIME" : Earliest document create time.
- "UPDATE_TIME" : Latest document update time.
- "DISPOSITION_TIME" : Time when document becomes mutable again.
Implementation
core.String? timeField;