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.

Container for the parameters to the ListStreams operation. Returns an array of stream ARNs associated with the current account and endpoint. If the TableName parameter is present, then ListStreams will return only the streams ARNs for that table.

You can call ListStreams at a maximum rate of 5 times per second.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DynamoDBv2.AmazonDynamoDBStreamsRequest
      Amazon.DynamoDBv2.Model.ListStreamsRequest

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

Syntax

C#
public class ListStreamsRequest : AmazonDynamoDBStreamsRequest
         IAmazonWebServiceRequest

The ListStreamsRequest type exposes the following members

Constructors

NameDescription
Public Method ListStreamsRequest()

Properties

NameTypeDescription
Public Property ExclusiveStartStreamArn System.String

Gets and sets the property ExclusiveStartStreamArn.

The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

Public Property Limit System.Int32

Gets and sets the property Limit.

The maximum number of streams to return. The upper limit is 100.

Public Property TableName System.String

Gets and sets the property TableName.

If this parameter is provided, then only the streams associated with this table name are returned.

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