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.

An object describing a Kinesis video stream.

Inheritance Hierarchy

System.Object
  Amazon.KinesisVideo.Model.StreamInfo

Namespace: Amazon.KinesisVideo.Model
Assembly: AWSSDK.KinesisVideo.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 CreationTime System.DateTime

Gets and sets the property CreationTime.

A time stamp that indicates when the stream was created.

Public Property DataRetentionInHours System.Int32

Gets and sets the property DataRetentionInHours.

How long the stream retains data, in hours.

Public Property DeviceName System.String

Gets and sets the property DeviceName.

The name of the device that is associated with the stream.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The ID of the Key Management Service (KMS) key that Kinesis Video Streams uses to encrypt data on the stream.

Public Property MediaType System.String

Gets and sets the property MediaType.

The MediaType of the stream.

Public Property Status Amazon.KinesisVideo.Status

Gets and sets the property Status.

The status of the stream.

Public Property StreamARN System.String

Gets and sets the property StreamARN.

The Amazon Resource Name (ARN) of the stream.

Public Property StreamName System.String

Gets and sets the property StreamName.

The name of the stream.

Public Property Version System.String

Gets and sets the property Version.

The version of the stream.

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