Managed Service for YDB API, gRPC: StorageTypeService.Get
Written by
Updated at October 17, 2024
Returns the specified storage types.
gRPC request
rpc Get (GetStorageTypeRequest) returns (StorageType)
GetStorageTypeRequest
{
"storageTypeId": "string"
}
Field |
Description |
storageTypeId |
string Required field. Required. ID of the storage type to return. |
StorageType
{
"id": "string",
"deviceType": "string",
"redundancyType": "string"
}
Field |
Description |
id |
string |
deviceType |
string |
redundancyType |
string |