PutRecordBatchOutput class

Constructors

PutRecordBatchOutput({required int failedPutCount, required List<PutRecordBatchResponseEntry> requestResponses, bool? encrypted})
PutRecordBatchOutput.fromJson(Map<String, dynamic> json)
factory

Properties

encrypted bool?
Indicates whether server-side encryption (SSE) was enabled during this operation.
final
failedPutCount int
The number of records that might have failed processing. This number might be greater than 0 even if the PutRecordBatch call succeeds. Check FailedPutCount to determine whether there are records that you need to resend.
final
hashCode int
The hash code for this object.
no setterinherited
requestResponses List<PutRecordBatchResponseEntry>
The results array. For each record, the index of the response element is the same as the index used in the request array.
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