Table of Contents

TTMSFNCCloudStellarDataStoreBlob Class

Provides file and stream access for a blob field on an entity.

API unit family: TMSFNCCloudStellarDataStore Inherits from: TPersistent

Syntax

TTMSFNCCloudStellarDataStoreBlob = class(TPersistent)

Properties

Name Description
Entity Gets or sets the entity that contains the blob field.
Field Gets or sets the blob field name.
Table Gets or sets the table that contains the blob field.

Methods

Name Description
LoadFromFile Loads blob content from a file and uploads it for the current field.
LoadFromStream Loads blob content from a stream and uploads it for the current field.
SaveToFile Downloads blob content to a local file.
SaveToStream Downloads blob content and stores it in the helper stream workflow.