StreamRecord constructor
StreamRecord({
- DateTime? approximateCreationDateTime,
- Map<
String, AttributeValue> ? keys, - Map<
String, AttributeValue> ? newImage, - Map<
String, AttributeValue> ? oldImage, - String? sequenceNumber,
- int? sizeBytes,
- StreamViewType? streamViewType,
Implementation
StreamRecord({
this.approximateCreationDateTime,
this.keys,
this.newImage,
this.oldImage,
this.sequenceNumber,
this.sizeBytes,
this.streamViewType,
});