Table of Contents

Class ListStreamsRequest

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

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.
note

You can call

ListStreams
at a maximum rate of 5 times per second.
public class ListStreamsRequest : AmazonDynamoDBStreamsRequest
Inheritance
ListStreamsRequest

Constructors

ListStreamsRequest()

public ListStreamsRequest()

Properties

ExclusiveStartStreamArn

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 string ExclusiveStartStreamArn { get; set; }

Property Value

string

Limit

Gets and sets the property Limit.

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

public int Limit { get; set; }

Property Value

int

TableName

Gets and sets the property TableName.

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

public string TableName { get; set; }

Property Value

string