Cloud Storage Integrator 2016 Linux Edition
Cloud Storage Integrator 2016 Linux Edition
Questions / Feedback?

ServiceProvider Property

The storage service provider.

Syntax

int GetServiceProvider();

int SetServiceProvider(int iServiceProvider);

Possible Values

  SP_AMAZON_S3(0), 
  SP_BOX(1), 
  SP_DROPBOX(2), 
  SP_GOOGLE_DRIVE(3), 
  SP_ONE_DRIVE(4), 
  SP_SHARE_POINT(5), 
  SP_AZURE_BLOB(6), 
  SP_WASABI(7), 
  SP_DIGITAL_OCEAN(8)

Default Value

0

Remarks

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

  • 0 (spAmazonS3 - default)
  • 1 (spBox)
  • 2 (spDropbox)
  • 3 (spGoogleDrive)
  • 4 (spOneDrive)
  • 5 (spSharePoint)
  • 6 (spAzureBlob)
  • 7 (spWasabi)
  • 8 (spDigitalOcean)

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Linux Edition - Version 16.0 [Build 7239]