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.
Namespace: Amazon.IotData.Model
Assembly: AWSSDK.IotData.dll
Version: 3.x.y.z
public class SubscriptionSummary
The SubscriptionSummary type exposes the following members
| Name | Description | |
|---|---|---|
|
SubscriptionSummary() |
| Name | Type | Description | |
|---|---|---|---|
|
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). |
|
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). |
.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