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.
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
MessageOrderingEnabled
public bool MessageOrderingEnabled { get; set; }
True iff message ordering is enabled for this subscription.
Property Value | |
---|---|
Type | Description |
Boolean |