Record

class borneo.changestream.Record(event_id=None, record_key=None, current_image=None, before_image=None, modification_time=0, expiration_time=0, partition_id=0, region_id=0)[source]

Bases: object

A single Change Streams record.

Methods Summary

get_before_image()

get_current_image()

get_event_id()

get_expiration_time()

get_modification_time()

get_partition_id()

get_record_key()

get_region_id()

Methods Documentation

get_before_image()[source]
get_current_image()[source]
get_event_id()[source]
get_expiration_time()[source]
get_modification_time()[source]
get_partition_id()[source]
get_record_key()[source]
get_region_id()[source]