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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This webpage provides documentation for the `StreamingPullResponse.Types.SubscriptionProperties` class within the Google Cloud Pub/Sub v1 API for .NET."],["The content includes versioned links to documentation from versions 2.3.0 up to the latest version, 3.23.0, allowing users to navigate to the documentation of any of these versions, all of which pertain to the class `StreamingPullResponse.Types.SubscriptionProperties`."],["The `SubscriptionProperties` class, which inherits from `object`, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling within the Pub/Sub system."],["The class contains two key properties, `ExactlyOnceDeliveryEnabled` and `MessageOrderingEnabled`, both of which are boolean values that indicate if each feature is enabled on a subscription."],["The page details two constructors for the class `SubscriptionProperties()`, one default and the other accepting an existing `SubscriptionProperties` object as a parameter."]]],[]]