public sealed class SnapshotJobRequest : IMessage<SnapshotJobRequest>, IEquatable<SnapshotJobRequest>, IDeepCloneable<SnapshotJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class SnapshotJobRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `SnapshotJobRequest` class in the Dataflow v1beta3 API is used to create a snapshot of a job, and is found in the Google.Cloud.Dataflow.V1Beta3 namespace within the Google.Cloud.Dataflow.V1Beta3.dll assembly."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties such as `Description`, `JobId`, `Location`, `ProjectId`, `SnapshotSources`, and `Ttl` to configure the snapshot request, including the ability to snapshot sources and define a Time to Live."],["The most recent version of this class is `2.0.0-beta07`, but there are also older versions available such as `2.0.0-beta06`, and `1.0.0-beta03`."],["There are two public constructors available for `SnapshotJobRequest`, including a default no parameter constructor, and one that allows you to pass in another `SnapshotJobRequest`."]]],[]]