BlobData

class dsviper.BlobData

Bases: object

A class used to represent the data associated with a blob during the synchronization of two databases.

Note: Not directly instantiable.

blob() ValueBlob

Return the blob.

blob_id() ValueBlobId

Return the identifier the blob.

blob_layout() BlobLayout

Return the layout of the blob.

size() int

Return the size of the blob.