EldoS
Navigation
Web site
Support
Table Of Contents

TElGoogleDataStorage class

Properties     Methods     Events     Declared in     Licensing    


 

TElGoogleDataStorage is a descendant of TElCustomDataStorage.

 
 

Description

    TElGoogleDataStorage provides functionality to read and write data to the google cloud data storage. Typically, google services are used for storing text documents, spreadsheets or presentations.
    Connection to remote storage is established via HTTP protocol. To manage connection properties, use HTTPClient property. By default, secure connection is established. If you don't need secure connection, set UseSSL property to False. To authenticate to google services, you need to provide a username and password via Username and Password properties, and call Authorize method to allow the component access the storage. Authentication type is specified by AuthType property. When connected, use List method to view storage contents.
    If you need to change certain data object, acquire it first using AcquireObject method. Make necessary changes, then release acquired object. Use corresponding methods to create, delete, read or write individual objects or data blocks.

 
 

Properties

  • AuthServerAddress
  • AuthSource
  • AuthToken
  • AuthType
  • DefObjectEncoding
  • HTTPClient
  • IgnoreContentSrc
  • Password
  • SecMetadataID
  • SecondaryAuthToken
  • SecondaryServiceName
  • ServerAddress
  • ServiceName
  • MaxAuthAttempts
  • Username
  • UseURLEncoding
  • UseSSL
  • Version
Inherited from TElCustomDataStorage:
  • Overwrite
  • PassthroughMode
  • SecurityHandler
 
 

Methods

  • AcquireObject
  • Authorize
  • CopyObject
  • CreateFolder
  • CreateObject
  • DeleteObject
  • List
  • MoveObject
  • ObjectExists
  • ReadObject
  • RefreshObject
  • WriteObject
Inherited from TElCustomDataStorage:
  • ReadBlock
  • GetProtectionInfo
  • ReleaseObject
 
 

Events

  • OnAuthAttempt
  • OnAuthCaptchaRequest
  • OnAuthAttemptFailed
Inherited from TElCustomDataStorage:
  • OnProgress
  • OnSecurityHandlerCreated
  • OnSecurityHandlerNeeded
 
 

Declared in

.NET:

  • Namespace: SBGoogleDataStorage
  • Assembly: SecureBlackbox.Cloud
VCL:
  • Unit: SBGoogleDataStorage
ActiveX/DLL: not implemented
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: CloudBlackbox OR SecureBlackbox Transports OR SecureBlackbox Professional

VCL: CloudBlackbox OR SecureBlackbox Transports OR SecureBlackbox Professional

ActiveX/DLL: Not available

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation