Show / Hide Table of Contents

Class GdataBlobstore2Info

Information to read/write to blobstore2.

Inheritance
object
GdataBlobstore2Info
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX