Show / Hide Table of Contents

Class StorageInfo

StorageInfo encapsulates all the storage info of a resource.

Inheritance
object
StorageInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX