Interface protos.google.spanner.admin.database.v1.IListBackupOperationsRequest

Properties of a ListBackupOperationsRequest.

Package

@google-cloud/spanner!

Properties

filter

filter?: (string|null);

ListBackupOperationsRequest filter

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListBackupOperationsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListBackupOperationsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListBackupOperationsRequest parent

Property Value
TypeDescription
(string|null)