C# Class Amazon.CloudWatchLogs.Model.DescribeLogStreamsRequest

Container for the parameters to the DescribeLogStreams operation. Lists the log streams for the specified log group. You can list all the log streams or filter the results by prefix. You can also control how the results are ordered.

This operation has a limit of five transactions per second, after which transactions are throttled.

Inheritance: AmazonCloudWatchLogsRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeLogStreamsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeLogStreamsRequest ( string logGroupName ) : System

Instantiates DescribeLogStreamsRequest with the parameterized properties

Private Methods

Method Description
IsSetDescending ( ) : bool
IsSetLimit ( ) : bool
IsSetLogGroupName ( ) : bool
IsSetLogStreamNamePrefix ( ) : bool
IsSetNextToken ( ) : bool
IsSetOrderBy ( ) : bool

Method Details

DescribeLogStreamsRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeLogStreamsRequest ( ) : System
return System

DescribeLogStreamsRequest() public method

Instantiates DescribeLogStreamsRequest with the parameterized properties
public DescribeLogStreamsRequest ( string logGroupName ) : System
logGroupName string The name of the log group.
return System