Class PubsubSnapshotMetadata (1.0.0-beta03)

public sealed class PubsubSnapshotMetadata : IMessage<PubsubSnapshotMetadata>, IEquatable<PubsubSnapshotMetadata>, IDeepCloneable<PubsubSnapshotMetadata>, IBufferMessage, IMessage

Represents a Pubsub snapshot.

Inheritance

Object > PubsubSnapshotMetadata

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

PubsubSnapshotMetadata()

public PubsubSnapshotMetadata()

PubsubSnapshotMetadata(PubsubSnapshotMetadata)

public PubsubSnapshotMetadata(PubsubSnapshotMetadata other)
Parameter
NameDescription
otherPubsubSnapshotMetadata

Properties

ExpireTime

public Timestamp ExpireTime { get; set; }

The expire time of the Pubsub snapshot.

Property Value
TypeDescription
Timestamp

SnapshotName

public string SnapshotName { get; set; }

The name of the Pubsub snapshot.

Property Value
TypeDescription
String

TopicName

public string TopicName { get; set; }

The name of the Pubsub topic.

Property Value
TypeDescription
String