PutRecordOutput class

Represents the output for PutRecord.

Constructors

PutRecordOutput({required String sequenceNumber, required String shardId, EncryptionType? encryptionType})
PutRecordOutput.fromJson(Map<String, dynamic> json)
factory

Properties

encryptionType EncryptionType?
The encryption type to use on the record. This parameter can be one of the following values:
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceNumber String
The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.
final
shardId String
The shard ID of the shard where the data record was placed.
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