Class SnapshotJobRequest
Request to create a snapshot of a job.
Implements
Inherited Members
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 |