blob_management_options property

blob_management_options property

Represents the options which can be used to manage Binary Large Objects (BLOBs) handling behavior, such as using of temporary files or max BLOBs bytes in memory. These options intended to set up the best performance/memory consumption ratio for a perticular environment or requirements. A Binary Large Object (BLOB) is a binary data stored as a single entity - i.e. BLOB can be an audio, video or presentation itself.

Definition:

@property
def blob_management_options(self):
    ...

@blob_management_options.setter
def blob_management_options(self, value):
    ...

See Also