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.

Information about a stream.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.StreamInfo

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

Syntax

C#
public class StreamInfo

The StreamInfo type exposes the following members

Constructors

NameDescription
Public Method StreamInfo()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date when the stream was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the stream.

Public Property Files System.Collections.Generic.List<Amazon.IoT.Model.StreamFile>

Gets and sets the property Files.

The files to stream.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The date when the stream was last updated.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

An IAM role IoT assumes to access your S3 files.

Public Property StreamArn System.String

Gets and sets the property StreamArn.

The stream ARN.

Public Property StreamId System.String

Gets and sets the property StreamId.

The stream ID.

Public Property StreamVersion System.Int32

Gets and sets the property StreamVersion.

The stream version.

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