AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about a subscription for an MQTT client, including the topic filter and Quality of Service (QoS) level.

Inheritance Hierarchy

System.Object
  Amazon.IotData.Model.SubscriptionSummary

Namespace: Amazon.IotData.Model
Assembly: AWSSDK.IotData.dll
Version: 3.x.y.z

Syntax

C#
public class SubscriptionSummary

The SubscriptionSummary type exposes the following members

Constructors

NameDescription
Public Method SubscriptionSummary()

Properties

NameTypeDescription
Public Property Qos System.Nullable<System.Int32>

Gets and sets the property Qos.

The Quality of Service (QoS) level for the subscription. Valid values are 0 (at most once) and 1 (at least once).

Public Property TopicFilter System.String

Gets and sets the property TopicFilter.

The topic filter pattern that the client is subscribed to. May include MQTT wildcards such as + (single-level) and # (multi-level).

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer