AWS SDK for .NET Documentation
ListStreamsRequest Class
AmazonAmazon.Kinesis.ModelListStreamsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ListStreams operation.

This operation returns an array of the names of all the streams that are associated with the AWS account making the ListStreams request. A given AWS account can have many streams active at one time.

The number of streams may be too large to return from a single call to ListStreams . You can limit the number of returned streams using the Limit parameter. If you do not specify a value for the Limit parameter, Amazon Kinesis uses the default limit, which is currently 10.

You can detect if there are more streams available to list by using the HasMoreStreams flag from the returned output. If there are more streams available, you can request more streams by using the name of the last stream returned by the ListStreams request in the ExclusiveStartStreamName parameter in a subsequent request to ListStreams . The group of stream names returned by the subsequent request is then added to the list. You can continue this process until all the stream names have been collected in the list.

ListStreams has a limit of 5 transactions per second per account.

Declaration Syntax
C#
public class ListStreamsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListStreamsRequest()()()()
Initializes a new instance of the ListStreamsRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExclusiveStartStreamName
The name of the stream to start the list with.

Constraints:

Length
1 - 128
Pattern
[a-zA-Z0-9_.-]+


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Limit
The maximum number of streams to list.

Constraints:

Range
1 - 10000


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithExclusiveStartStreamName(String) Obsolete.
Sets the ExclusiveStartStreamName property

WithLimit(Int32) Obsolete.
Sets the Limit property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ListStreamsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)