public sealed class SnapshotJobRequest : IMessage<SnapshotJobRequest>, IEquatable<SnapshotJobRequest>, IDeepCloneable<SnapshotJobRequest>, IBufferMessage, IMessage
Request to create a snapshot of a job.
Implements
IMessage<SnapshotJobRequest>, IEquatable<SnapshotJobRequest>, IDeepCloneable<SnapshotJobRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
SnapshotJobRequest()
public SnapshotJobRequest()
SnapshotJobRequest(SnapshotJobRequest)
public SnapshotJobRequest(SnapshotJobRequest other)
Parameter | |
---|---|
Name | Description |
other | SnapshotJobRequest |
Properties
Description
public string Description { get; set; }
User specified description of the snapshot. Maybe empty.
Property Value | |
---|---|
Type | Description |
String |
JobId
public string JobId { get; set; }
The job to be snapshotted.
Property Value | |
---|---|
Type | Description |
String |
Location
public string Location { get; set; }
The location that contains this job.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; set; }
The project which owns the job to be snapshotted.
Property Value | |
---|---|
Type | Description |
String |
SnapshotSources
public bool SnapshotSources { get; set; }
If true, perform snapshots for sources which support this.
Property Value | |
---|---|
Type | Description |
Boolean |
Ttl
public Duration Ttl { get; set; }
TTL for the snapshot.
Property Value | |
---|---|
Type | Description |
Duration |