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

.NET Framework 4.5
 
Container for the parameters to the ListTagsForStream operation. Lists the tags for the specified Amazon Kinesis stream.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Kinesis.AmazonKinesisRequest
      Amazon.Kinesis.Model.ListTagsForStreamRequest

Namespace: Amazon.Kinesis.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListTagsForStreamRequest : AmazonKinesisRequest
         IRequestEvents

The ListTagsForStreamRequest type exposes the following members

Constructors

NameDescription
Public Method ListTagsForStreamRequest()

Properties

NameTypeDescription
Public Property ExclusiveStartTagKey System.String Gets and sets the property ExclusiveStartTagKey.

The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

Public Property Limit System.Int32 Gets and sets the property Limit.

The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

Public Property StreamName System.String Gets and sets the property StreamName.

The name of the stream.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8