public sealed class StreamingApplianceSnapshotConfig : IMessage<StreamingApplianceSnapshotConfig>, IEquatable<StreamingApplianceSnapshotConfig>, IDeepCloneable<StreamingApplianceSnapshotConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class StreamingApplianceSnapshotConfig.
Streaming appliance snapshot configuration.
Implements
IMessageStreamingApplianceSnapshotConfig, IEquatableStreamingApplianceSnapshotConfig, IDeepCloneableStreamingApplianceSnapshotConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
StreamingApplianceSnapshotConfig()
public StreamingApplianceSnapshotConfig()
StreamingApplianceSnapshotConfig(StreamingApplianceSnapshotConfig)
public StreamingApplianceSnapshotConfig(StreamingApplianceSnapshotConfig other)
Parameter | |
---|---|
Name | Description |
other |
StreamingApplianceSnapshotConfig |
Properties
ImportStateEndpoint
public string ImportStateEndpoint { get; set; }
Indicates which endpoint is used to import appliance state.
Property Value | |
---|---|
Type | Description |
string |
SnapshotId
public string SnapshotId { get; set; }
If set, indicates the snapshot id for the snapshot being performed.
Property Value | |
---|---|
Type | Description |
string |