public sealed class SubscriptionProperties : IMessage<StreamingPullResponse.Types.SubscriptionProperties>, IEquatable<StreamingPullResponse.Types.SubscriptionProperties>, IDeepCloneable<StreamingPullResponse.Types.SubscriptionProperties>, IBufferMessage, IMessageSubscription properties sent as part of the response.
Implements
IMessage<StreamingPullResponse.Types.SubscriptionProperties>, IEquatable<StreamingPullResponse.Types.SubscriptionProperties>, IDeepCloneable<StreamingPullResponse.Types.SubscriptionProperties>, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
SubscriptionProperties()
public SubscriptionProperties()SubscriptionProperties(StreamingPullResponse.Types.SubscriptionProperties)
public SubscriptionProperties(StreamingPullResponse.Types.SubscriptionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamingPullResponse.Types.SubscriptionProperties |
Properties
ExactlyOnceDeliveryEnabled
public bool ExactlyOnceDeliveryEnabled { get; set; }True iff exactly once delivery is enabled for this subscription.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
MessageOrderingEnabled
public bool MessageOrderingEnabled { get; set; }True iff message ordering is enabled for this subscription.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|