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 class represents subscription properties sent as part of a streaming pull response, detailing the status of features like exactly-once delivery and message ordering."],["The latest documented version is 3.23.0, with links provided to older versions down to 2.3.0 for historical reference and version-specific information."],["The `SubscriptionProperties` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, comparison, cloning, and efficient data buffering."],["The class contains two properties: `ExactlyOnceDeliveryEnabled`, which is a boolean value indicating if exactly-once delivery is enabled, and `MessageOrderingEnabled`, which is also a boolean indicating if message ordering is enabled."]]],[]]