Class 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.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class BlobStorageInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SizeBytes
Size in bytes of data stored in Blob Storage.
Declaration
[JsonProperty("sizeBytes")]
public virtual long? SizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
StorageClass
The storage class in which the Blob data is stored.
Declaration
[JsonProperty("storageClass")]
public virtual string StorageClass { get; set; }
Property Value
Type | Description |
---|---|
string |
StorageClassUpdateTime
object representation of StorageClassUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StorageClassUpdateTimeDateTimeOffset instead.")]
public virtual object StorageClassUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StorageClassUpdateTimeDateTimeOffset
DateTimeOffset representation of StorageClassUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StorageClassUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StorageClassUpdateTimeRaw
The time at which the storage class was updated. This is used to compute early deletion fees of the resource.
Declaration
[JsonProperty("storageClassUpdateTime")]
public virtual string StorageClassUpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |