BlobInfo¶
- class dsviper.BlobInfo¶
Bases:
objectA class used to represent various information of a blob in the persistence layer.
Note: Not directly instantiable.
- blob_id() ValueBlobId¶
Return the identifier.
- blob_layout() BlobLayout¶
Return the layout.
- chunked() bool¶
Return True if the blob is greater than 2GB and requires the BlobIO API.
- row_id() int¶
Return the SQLite3 rowid.
- size() int¶
Return the size.