Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.ListStreamsAsync C# (CSharp) Метод

ListStreamsAsync() публичный Метод

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.

/// An error occurred on the server side. /// /// The operation tried to access a nonexistent stream. ///
public ListStreamsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListStreamsResponse> ListStreamsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return ListStreamsAsync(new ListStreamsRequest(), cancellationToken);
        }

Same methods

AmazonDynamoDBStreamsClient::ListStreamsAsync ( ListStreamsRequest request, System cancellationToken = default(CancellationToken) ) : Task