Cloud Pub/Sub v1 API - Class StreamingPullResponse.Types.SubscriptionProperties (3.12.0)

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

Reference documentation and code samples for the Cloud Pub/Sub v1 API class StreamingPullResponse.Types.SubscriptionProperties.

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(SubscriptionProperties)

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

Properties

ExactlyOnceDeliveryEnabled

public bool ExactlyOnceDeliveryEnabled { get; set; }

Optional. True iff exactly once delivery is enabled for this subscription.

Property Value
TypeDescription
bool

MessageOrderingEnabled

public bool MessageOrderingEnabled { get; set; }

Optional. True iff message ordering is enabled for this subscription.

Property Value
TypeDescription
bool