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

Contains the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.QueryStatistics

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z

Syntax

C#
public class QueryStatistics

The QueryStatistics type exposes the following members

Constructors

NameDescription
Public Method QueryStatistics()

Properties

NameTypeDescription
Public Property BytesScanned System.Double

Gets and sets the property BytesScanned.

The total number of bytes in the log events scanned during the query.

Public Property RecordsMatched System.Double

Gets and sets the property RecordsMatched.

The number of log events that matched the query string.

Public Property RecordsScanned System.Double

Gets and sets the property RecordsScanned.

The total number of log events scanned during the query.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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