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.
Implements
IMessageStreamingPullResponseTypesSubscriptionProperties, IEquatableStreamingPullResponseTypesSubscriptionProperties, IDeepCloneableStreamingPullResponseTypesSubscriptionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
SubscriptionProperties()
public SubscriptionProperties()
SubscriptionProperties(SubscriptionProperties)
public SubscriptionProperties(StreamingPullResponse.Types.SubscriptionProperties other)
Parameter | |
---|---|
Name | Description |
other |
StreamingPullResponseTypesSubscriptionProperties |
Properties
ExactlyOnceDeliveryEnabled
public bool ExactlyOnceDeliveryEnabled { get; set; }
Optional. True iff exactly once delivery is enabled for this subscription.
Property Value | |
---|---|
Type | Description |
bool |
MessageOrderingEnabled
public bool MessageOrderingEnabled { get; set; }
Optional. True iff message ordering is enabled for this subscription.
Property Value | |
---|---|
Type | Description |
bool |