public sealed class PubsubSnapshotMetadata : IMessage<PubsubSnapshotMetadata>, IEquatable<PubsubSnapshotMetadata>, IDeepCloneable<PubsubSnapshotMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class PubsubSnapshotMetadata.
Represents a Pubsub snapshot.
Implements
IMessagePubsubSnapshotMetadata, IEquatablePubsubSnapshotMetadata, IDeepCloneablePubsubSnapshotMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
PubsubSnapshotMetadata()
public PubsubSnapshotMetadata()PubsubSnapshotMetadata(PubsubSnapshotMetadata)
public PubsubSnapshotMetadata(PubsubSnapshotMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
PubsubSnapshotMetadata |
Properties
ExpireTime
public Timestamp ExpireTime { get; set; }The expire time of the Pubsub snapshot.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
SnapshotName
public string SnapshotName { get; set; }The name of the Pubsub snapshot.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TopicName
public string TopicName { get; set; }The name of the Pubsub topic.
| Property Value | |
|---|---|
| Type | Description |
string |
|