C# 클래스 Amazon.CloudWatchLogs.Model.FilterLogEventsRequest

Container for the parameters to the FilterLogEvents operation. Lists log events from the specified log group. You can list all the log events or filter the results using a filter pattern, a time range, and the name of the log stream.

By default, this operation returns as many log events as can fit in 1MB (up to 10,000 log events), or all the events found within the time range that you specify. If the results include a token, then there are more log events available, and you can get additional results by specifying the token in a subsequent call.

상속: AmazonCloudWatchLogsRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
IsSetEndTime ( ) : bool
IsSetFilterPattern ( ) : bool
IsSetInterleaved ( ) : bool
IsSetLimit ( ) : bool
IsSetLogGroupName ( ) : bool
IsSetLogStreamNames ( ) : bool
IsSetNextToken ( ) : bool
IsSetStartTime ( ) : bool