Interface protos.google.bigtable.admin.v2.IListSnapshotsResponse (3.5.4)

Properties of a ListSnapshotsResponse.

Package

@google-cloud/bigtable!

Properties

nextPageToken

nextPageToken?: (string|null);

ListSnapshotsResponse nextPageToken

Property Value
TypeDescription
(string|null)

snapshots

snapshots?: (google.bigtable.admin.v2.ISnapshot[]|null);

ListSnapshotsResponse snapshots

Property Value
TypeDescription
(google.bigtable.admin.v2.ISnapshot[]|null)