TTMSFNCCloudCustomStellarDataStore.DownloadAsStreamSync Method
Synchronously downloads a blob field as a stream.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudCustomStellarDataStore
Syntax
function DownloadAsStreamSync(AEntityID: Int64; AFieldName: string): TStream; override;
Parameters
| Name | Description |
|---|---|
AEntityID |
Identifier of the entity containing the blob. |
AFieldName |
Name of the blob field to download. |
Returns
A stream containing the downloaded blob data.