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 3.5
 
Represents a matched event from a FilterLogEvents request.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.FilteredLogEvent

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

Syntax

C#
public class FilteredLogEvent : Object

The FilteredLogEvent type exposes the following members

Constructors

NameDescription
Public Method FilteredLogEvent()

Properties

NameTypeDescription
Public Property EventId System.String Gets and sets the property EventId.

A unique identifier for this event.

Public Property IngestionTime System.Int64 Gets and sets the property IngestionTime.
Public Property LogStreamName System.String Gets and sets the property LogStreamName.

The name of the log stream this event belongs to.

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

The data contained in the log event.

Public Property Timestamp System.Int64 Gets and sets the property Timestamp.

Version Information

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