snapshotTime property

String? snapshotTime
getter/setter pair

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

The timestamp must be in the past, rounded to the minute and not older than earliestVersionTime. 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;