Class GdataBlobstore2Info
Information to read/write to blobstore2.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class GdataBlobstore2Info : IDirectResponseSchema
Properties
BlobGeneration
The blob generation id.
Declaration
[JsonProperty("blobGeneration")]
public virtual long? BlobGeneration { get; set; }
Property Value
Type | Description |
---|---|
long? |
BlobId
The blob id, e.g., /blobstore/prod/playground/scotty
Declaration
[JsonProperty("blobId")]
public virtual string BlobId { get; set; }
Property Value
Type | Description |
---|---|
string |
DownloadReadHandle
Read handle passed from Bigstore -> Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.
Declaration
[JsonProperty("downloadReadHandle")]
public virtual string DownloadReadHandle { 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 |
ReadToken
The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.
Declaration
[JsonProperty("readToken")]
public virtual string ReadToken { get; set; }
Property Value
Type | Description |
---|---|
string |
UploadMetadataContainer
Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
Declaration
[JsonProperty("uploadMetadataContainer")]
public virtual string UploadMetadataContainer { get; set; }
Property Value
Type | Description |
---|---|
string |