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.

Represents a matched event.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.FilteredLogEvent

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

Syntax

C#
public class FilteredLogEvent

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.

The ID of the event.

Public Property IngestionTime System.Int64

Gets and sets the property IngestionTime.

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Public Property LogStreamName System.String

Gets and sets the property LogStreamName.

The name of the log stream to which this event belongs.

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.

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

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