Index
StorageInfoService
(interface)BlobStorageInfo
(message)BlobStorageSettings
(message)GetStorageInfoRequest
(message)SetBlobStorageSettingsRequest
(message)SetBlobStorageSettingsResponse
(message)StorageInfo
(message)StructuredStorageInfo
(message)
StorageInfoService
A service for handling the storage info for data stored in the Cloud Healthcare API. Storage info contains information about the data that is stored in the Cloud Healthcare API, like the size of the data stored in Structured Storage, Blob Storage and other storage information.
GetStorageInfo |
---|
GetStorageInfo returns the storage info of the specified resource.
|
SetBlobStorageSettings |
---|
SetBlobStorageSettings sets the blob storage settings of the specified resources.
|
BlobStorageInfo
BlobStorageInfo contains details about the data stored in Blob Storage for the referenced resource. Note: Storage class is only valid for DICOM and hence will only be populated for DICOM resources.
Fields | |
---|---|
size_bytes |
Size in bytes of data stored in Blob Storage. |
storage_class |
The storage class in which the Blob data is stored. |
storage_class_update_time |
The time at which the storage class was updated. This is used to compute early deletion fees of the resource. |
BlobStorageSettings
Settings for data stored in Blob storage.
Fields | |
---|---|
blob_storage_class |
The Storage class in which the Blob data is stored. |
GetStorageInfoRequest
Request message for GetStorageInfo
method.
Fields | |
---|---|
resource |
Required. The path of the resource for which the storage info is requested (for exaxmple for a DICOM Instance: Authorization requires the following IAM permission on the specified resource
|
SetBlobStorageSettingsRequest
Request message for SetBlobStorageSettings
method.
Fields | |
---|---|
resource |
Required. The path of the resource to update the blob storage settings in the format of Authorization requires the following IAM permission on the specified resource
|
filter_config |
Optional. A filter configuration. If |
blob_storage_settings |
The blob storage settings to update for the specified resources. Only fields listed in |
SetBlobStorageSettingsResponse
This type has no fields.
Returns additional info in regards to a completed set blob storage settings API.
StorageInfo
StorageInfo encapsulates all the storage info of a resource.
Fields | |
---|---|
referenced_resource |
The resource whose storage info is returned. For example, to specify the resource path of a DICOM Instance: |
structured_storage_info |
Info about the data stored in structured storage for the resource. |
blob_storage_info |
Info about the data stored in blob storage for the resource. |
StructuredStorageInfo
StructuredStorageInfo contains details about the data stored in Structured Storage for the referenced resource.
Fields | |
---|---|
size_bytes |
Size in bytes of data stored in structured storage. |