Image

class borneo.changestream.Image(value=None, metadata=None)[source]

Bases: object

The value and metadata for a Change Streams record image.

Methods Summary

get_metadata()

Returns the record image metadata, or None if it is not present.

get_value()

Returns the record image value, or None if it is not present.

is_empty()

Returns True if this image has neither value nor metadata.

Methods Documentation

get_metadata()[source]

Returns the record image metadata, or None if it is not present.

get_value()[source]

Returns the record image value, or None if it is not present.

is_empty()[source]

Returns True if this image has neither value nor metadata.