C# Класс 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.

Наследование: AmazonCloudWatchLogsRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetDescending ( ) : bool
IsSetLimit ( ) : bool
IsSetLogGroupName ( ) : bool
IsSetLogStreamNamePrefix ( ) : bool
IsSetNextToken ( ) : bool
IsSetOrderBy ( ) : bool

Описание методов

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

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeLogStreamsRequest ( ) : System
Результат System

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

Instantiates DescribeLogStreamsRequest with the parameterized properties
public DescribeLogStreamsRequest ( string logGroupName ) : System
logGroupName string The name of the log group.
Результат System