Managed Service for YDB API, gRPC: BackupService.ListPaths
Статья создана
Обновлена 17 октября 2024 г.
gRPC request
rpc ListPaths (ListPathsRequest) returns (ListPathsResponse)
ListPathsRequest
{
"backupId": "string",
"pageSize": "int64",
"pageToken": "string"
}
Field |
Description |
backupId |
string Required field. Required. ID of the YDB backup. |
pageSize |
int64 The maximum number of results per page that should be returned. If the number of available |
pageToken |
string Page token. Set |
ListPathsResponse
{
"paths": [
"string"
],
"nextPageToken": "string"
}
Field |
Description |
paths[] |
string |
nextPageToken |
string |