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 ListJournalKinesisStreamsForLedger operation. Returns all Amazon QLDB journal streams for a given ledger.

This action does not return any expired journal streams. For more information, see Expiration for terminal streams in the Amazon QLDB Developer Guide.

This action returns a maximum of MaxResults items. It is paginated so that you can retrieve all the items by calling ListJournalKinesisStreamsForLedger multiple times.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.QLDB.AmazonQLDBRequest
      Amazon.QLDB.Model.ListJournalKinesisStreamsForLedgerRequest

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

Syntax

C#
public class ListJournalKinesisStreamsForLedgerRequest : AmazonQLDBRequest
         IAmazonWebServiceRequest

The ListJournalKinesisStreamsForLedgerRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LedgerName System.String

Gets and sets the property LedgerName.

The name of the ledger.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return in a single ListJournalKinesisStreamsForLedger request. (The actual number of results returned might be fewer.)

Public Property NextToken System.String

Gets and sets the property NextToken.

A pagination token, indicating that you want to retrieve the next page of results. If you received a value for NextToken in the response from a previous ListJournalKinesisStreamsForLedger call, you should use that value as input here.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5