AWS SDK Version 3 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.

The thing group search index document.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.ThingGroupDocument

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

Syntax

C#
public class ThingGroupDocument

The ThingGroupDocument type exposes the following members

Constructors

NameDescription
Public Method ThingGroupDocument()

Properties

NameTypeDescription
Public Property Attributes System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Attributes.

The thing group attributes.

Public Property ParentGroupNames System.Collections.Generic.List<System.String>

Gets and sets the property ParentGroupNames.

Parent group names.

Public Property ThingGroupDescription System.String

Gets and sets the property ThingGroupDescription.

The thing group description.

Public Property ThingGroupId System.String

Gets and sets the property ThingGroupId.

The thing group ID.

Public Property ThingGroupName System.String

Gets and sets the property ThingGroupName.

The thing group name.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5