AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the DescribeLogStreams operation. Returns all the log streams that are associated with the specified log group. The list returned in the response is ASCII-sorted by log stream name.

By default, this operation returns up to 50 log streams. If there are more log streams to list, the response would contain a nextToken value in the response body. You can also limit the number of log streams returned in the response by specifying the limit parameter in the request. This operation has a limit of five transactions per second, after which transactions are throttled.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchLogs.AmazonCloudWatchLogsRequest
      Amazon.CloudWatchLogs.Model.DescribeLogStreamsRequest

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeLogStreamsRequest : AmazonCloudWatchLogsRequest
         IRequestEvents

The DescribeLogStreamsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeLogStreamsRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method DescribeLogStreamsRequest(string) Instantiates DescribeLogStreamsRequest with the parameterized properties

Properties

NameTypeDescription
Public Property Descending System.Boolean Gets and sets the property Descending.

If set to true, results are returned in descending order. If you don't specify a value or set it to false, results are returned in ascending order.

Public Property Limit System.Int32 Gets and sets the property Limit.

The maximum number of items returned in the response. If you don't specify a value, the request would return up to 50 items.

Public Property LogGroupName System.String Gets and sets the property LogGroupName.

The log group name for which log streams are to be listed.

Public Property LogStreamNamePrefix System.String Gets and sets the property LogStreamNamePrefix.

Will only return log streams that match the provided logStreamNamePrefix. If you don't specify a value, no prefix filter is applied.

Public Property NextToken System.String Gets and sets the property NextToken.

A string token used for pagination that points to the next page of results. It must be a value obtained from the response of the previous DescribeLogStreams request.

Public Property OrderBy Amazon.CloudWatchLogs.OrderBy Gets and sets the property OrderBy.

Specifies what to order the returned log streams by. Valid arguments are 'LogStreamName' or 'LastEventTime'. If you don't specify a value, results are ordered by LogStreamName. If 'LastEventTime' is chosen, the request cannot also contain a logStreamNamePrefix.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5