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 log stream, which is a sequence of log events from a single emitter of logs.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.LogStream

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

Syntax

C#
public class LogStream

The LogStream type exposes the following members

Constructors

NameDescription
Public Method LogStream()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the log stream.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

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

Public Property FirstEventTimestamp System.DateTime

Gets and sets the property FirstEventTimestamp.

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

Public Property LastEventTimestamp System.DateTime

Gets and sets the property LastEventTimestamp.

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but in rare situations might take longer.

Public Property LastIngestionTime System.DateTime

Gets and sets the property LastIngestionTime.

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC The lastIngestionTime value updates on an eventual consistency basis. It typically updates in less than an hour after ingestion, but in rare situations might take longer.

Public Property LogStreamName System.String

Gets and sets the property LogStreamName.

The name of the log stream.

Public Property StoredBytes System.Int64

Gets and sets the property StoredBytes.

The number of bytes stored.

Important: As of June 17, 2019, this parameter is no longer supported for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

Public Property UploadSequenceToken System.String

Gets and sets the property UploadSequenceToken.

The sequence token.

The sequence token is now ignored in PutLogEvents actions. PutLogEvents actions are always accepted regardless of receiving an invalid sequence token. You don't need to obtain uploadSequenceToken to use a PutLogEvents action.

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