Class SnapshotDefinition (3.14.1)

SnapshotDefinition(resource: typing.Dict[str, typing.Any])

Information about base table and snapshot time of the snapshot.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#snapshotdefinition

Parameter

NameDescription
resource typing.Dict[str, typing.Any]

Snapshot definition representation returned from the API.

Methods

__init__

__init__(resource: typing.Dict[str, typing.Any])

Initialize self. See help(type(self)) for accurate signature.

SnapshotDefinition

SnapshotDefinition(resource: typing.Dict[str, typing.Any])

Information about base table and snapshot time of the snapshot.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#snapshotdefinition

Parameter
NameDescription
resource typing.Dict[str, typing.Any]

Snapshot definition representation returned from the API.