IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

ServiceProvider Property

The storage service provider.

Syntax

__property TicsCloudStorageServiceProviders ServiceProvider = { read=FServiceProvider, write=FSetServiceProvider };
enum TicsCloudStorageServiceProviders { spAmazonS3=0, spBox=1, spDropbox=2, spGoogleDrive=3, spOneDrive=4, spAzureBlob=6, spWasabi=7, spDigitalOcean=8, spGoogleStorage=9, spHadoopDFS=10, spAzureFile=11, spBackblazeB2=12, spIBMStorage=13, spLinode=14 };

Default Value

spAmazonS3

Remarks

This property specifies the storage service provider which will be used. Possible values are:

  • spAmazonS3 (0) (default): Amazon S3
  • spBox (1): Box.com
  • spDropbox (2): Dropbox
  • spGoogleDrive (3): Google Drive
  • spOneDrive (4): Microsoft OneDrive
  • spAzureBlob (6): Azure Blob
  • spWasabi (7): Wasabi
  • spDigitalOcean (8): Digital Ocean Spaces
  • spGoogleStorage (9): Google Cloud Storage
  • spHadoopDFS (10): Hadoop DFS
  • spAzureFile (11): Azure File
  • spBackblazeB2 (12): Backblaze B2
  • spIBMStorage (13): IBM Cloud Object Storage
  • spLinode (14): Linode Object Storage

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Builder Edition - Version 20.0 [Build 8265]