AWS SDK for .NET Documentation
ListStreamsResult Class
AmazonAmazon.Kinesis.ModelListStreamsResult Did this page help you?   Yes   No    Tell us about it...

Represents the output of a ListStreams operation.

Declaration Syntax
C#
public class ListStreamsResult
Members
All MembersConstructorsMethodsProperties



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HasMoreStreams
If set to true, there are more streams available to list.

StreamNames
The names of the streams that are associated with the AWS account making the ListStreams request.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithHasMoreStreams(Boolean) Obsolete.
Sets the HasMoreStreams property

WithStreamNames(array<String>[]()[][]) Obsolete.
Adds elements to the StreamNames collection

WithStreamNames(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the StreamNames collection

Inheritance Hierarchy
Object
ListStreamsResult

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