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 ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when time was deprecated.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.ThingTypeMetadata

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

Syntax

C#
public class ThingTypeMetadata

The ThingTypeMetadata type exposes the following members

Constructors

NameDescription
Public Method ThingTypeMetadata()

Properties

NameTypeDescription
Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time when the thing type was created.

Public Property Deprecated System.Boolean

Gets and sets the property Deprecated.

Whether the thing type is deprecated. If true, no new things could be associated with this type.

Public Property DeprecationDate System.DateTime

Gets and sets the property DeprecationDate.

The date and time when the thing type was deprecated.

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