PutRecordsOutput class
PutRecords
results.
Constructors
-
PutRecordsOutput({required List<
PutRecordsResultEntry> records, EncryptionType? encryptionType, int? failedRecordCount}) -
PutRecordsOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- encryptionType → EncryptionType?
-
The encryption type used on the records. This parameter can be one of the
following values:
final
- failedRecordCount → int?
-
The number of unsuccessfully processed records in a
PutRecords
request.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
records
→ List<
PutRecordsResultEntry> -
An array of successfully and unsuccessfully processed record results,
correlated with the request by natural ordering. A record that is
successfully added to a stream includes
SequenceNumber
andShardId
in the result. A record that fails to be added to a stream includesErrorCode
andErrorMessage
in the result.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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