LogStream class

Represents a log stream, which is a sequence of log events from a single emitter of logs.

Constructors

LogStream({String? arn, int? creationTime, int? firstEventTimestamp, int? lastEventTimestamp, int? lastIngestionTime, String? logStreamName, int? storedBytes, String? uploadSequenceToken})
LogStream.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the log stream.
final
creationTime int?
The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final
firstEventTimestamp int?
The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final
hashCode int
The hash code for this object.
no setterinherited
lastEventTimestamp int?
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.
final
lastIngestionTime int?
The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final
logStreamName String?
The name of the log stream.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storedBytes int?
The number of bytes stored.
final
uploadSequenceToken String?
The sequence token.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited