Class StorageInfo
StorageInfo encapsulates all the storage info of a resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class StorageInfo : IDirectResponseSchema
Properties
BlobStorageInfo
Info about the data stored in blob storage for the resource.
Declaration
[JsonProperty("blobStorageInfo")]
public virtual BlobStorageInfo BlobStorageInfo { get; set; }
Property Value
Type | Description |
---|---|
BlobStorageInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferencedResource
The resource whose storage info is returned. For example:
projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{instanceUID}
Declaration
[JsonProperty("referencedResource")]
public virtual string ReferencedResource { get; set; }
Property Value
Type | Description |
---|---|
string |
StructuredStorageInfo
Info about the data stored in structured storage for the resource.
Declaration
[JsonProperty("structuredStorageInfo")]
public virtual StructuredStorageInfo StructuredStorageInfo { get; set; }
Property Value
Type | Description |
---|---|
StructuredStorageInfo |