Class StreamingPullResponse.Types.SubscriptionProperties (2.8.0)

public sealed class SubscriptionProperties : IMessage<StreamingPullResponse.Types.SubscriptionProperties>, IEquatable<StreamingPullResponse.Types.SubscriptionProperties>, IDeepCloneable<StreamingPullResponse.Types.SubscriptionProperties>, IBufferMessage, IMessage

Subscription properties sent as part of the response.

Inheritance

Object > StreamingPullResponse.Types.SubscriptionProperties

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

SubscriptionProperties()

public SubscriptionProperties()

SubscriptionProperties(StreamingPullResponse.Types.SubscriptionProperties)

public SubscriptionProperties(StreamingPullResponse.Types.SubscriptionProperties other)
Parameter
NameDescription
otherStreamingPullResponse.Types.SubscriptionProperties

Properties

ExactlyOnceDeliveryEnabled

public bool ExactlyOnceDeliveryEnabled { get; set; }

True iff exactly once delivery is enabled for this subscription.

Property Value
TypeDescription
Boolean

MessageOrderingEnabled

public bool MessageOrderingEnabled { get; set; }

True iff message ordering is enabled for this subscription.

Property Value
TypeDescription
Boolean