Dataflow v1beta3 API - Class PubsubSnapshotMetadata (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class PubsubSnapshotMetadata.

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
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