Class BlobStorageSettings
Settings for data stored in Blob storage.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class BlobStorageSettings : IDirectResponseSchema
Properties
BlobStorageClass
The Storage class in which the Blob data is stored.
Declaration
[JsonProperty("blobStorageClass")]
public virtual string BlobStorageClass { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |