Overview

Namespaces

  • OpenCloud
    • Autoscale
      • Resource
    • CloudMonitoring
      • Exception
      • Resource
    • Common
      • Collection
      • Constants
      • Exceptions
      • Http
        • Message
      • Log
      • Resource
      • Service
    • Compute
      • Constants
      • Exception
      • Resource
    • Database
      • Resource
    • DNS
      • Collection
      • Resource
    • Identity
      • Constants
      • Resource
    • Image
      • Enum
      • Resource
        • JsonPatch
        • Schema
    • LoadBalancer
      • Enum
      • Resource
    • ObjectStore
      • Constants
      • Exception
      • Resource
      • Upload
    • Orchestration
    • Queues
      • Exception
      • Resource
    • Volume
      • Resource
  • PHP

Classes

  • AbstractTransfer
  • ConcurrentTransfer
  • ConsecutiveTransfer
  • ContainerMigration
  • DirectorySync
  • TransferBuilder
  • TransferPart
  • TransferState
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

Class ConsecutiveTransfer

A transfer type which executes consecutively - i.e. it will upload an entire EntityBody and then move on to the next in a linear fashion. There is no concurrency here.

OpenCloud\ObjectStore\Upload\AbstractTransfer
Extended by OpenCloud\ObjectStore\Upload\ConsecutiveTransfer
Namespace: OpenCloud\ObjectStore\Upload
CodeCoverageIgnore
Located at OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php
Methods summary
public
# transfer( )
Methods inherited from OpenCloud\ObjectStore\Upload\AbstractTransfer
getOptions(), getPartSize(), newInstance(), setClient(), setEntityBody(), setOption(), setOptions(), setTransferState(), setup(), upload(), validatePartSize()
Constants inherited from OpenCloud\ObjectStore\Upload\AbstractTransfer
DEFAULT_PART_SIZE, MAX_PART_SIZE, MIN_PART_SIZE
Properties inherited from OpenCloud\ObjectStore\Upload\AbstractTransfer
$client, $defaultOptions, $entityBody, $options, $partSize, $transferState
PHP OpenCloud API API documentation generated by ApiGen 2.8.0