snapshotTime property

String? snapshotTime
getter/setter pair

The timestamp that corresponds to the version of the database to be exported.

The timestamp must be rounded to the minute, in the past, and not older than 1 hour. If specified, then the exported documents will represent a consistent view of the database at the provided time. Otherwise, there are no guarantees about the consistency of the exported documents.

Implementation

core.String? snapshotTime;