Show / Hide Table of Contents

Class GcsRepositorySnapshotMetadata

Metadata about a repository snapshot stored in Google Cloud Storage.

Inheritance
object
GcsRepositorySnapshotMetadata
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.Dataform.v1.Data
Assembly: Google.Apis.Dataform.v1.dll
Syntax
public class GcsRepositorySnapshotMetadata : IDirectResponseSchema

Properties

Crc32cChecksum

Output only. The crc32c checksum of the repository snapshot, big-endian base64 encoded.

Declaration
[JsonProperty("crc32cChecksum")]
public virtual string Crc32cChecksum { 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

Generation

Output only. The generation number of the Cloud Storage object. See https://cloud.google.com/storage/docs/metadata#generation-number.

Declaration
[JsonProperty("generation")]
public virtual long? Generation { get; set; }
Property Value
Type Description
long?

RepositorySnapshotUri

Output only. The Google Cloud Storage URI of the repository snapshot.

Declaration
[JsonProperty("repositorySnapshotUri")]
public virtual string RepositorySnapshotUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX