Show / Hide Table of Contents

Class SnapshotJobRequest

Request to create a snapshot of a job.

Inheritance
object
SnapshotJobRequest
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.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class SnapshotJobRequest : IDirectResponseSchema

Properties

Description

User specified description of the snapshot. Maybe empty.

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

Location

The location that contains this job.

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

SnapshotSources

If true, perform snapshots for sources which support this.

Declaration
[JsonProperty("snapshotSources")]
public virtual bool? SnapshotSources { get; set; }
Property Value
Type Description
bool?

Ttl

TTL for the snapshot.

Declaration
[JsonProperty("ttl")]
public virtual object Ttl { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX