CSFileObjectStorage
extends CSObjectStorage
in package
Defines the file class of the storage interface to an object storage system.
This class defines static methods for the file object storage.
Tags
Table of Contents
- createInstanceForPreviews() : CSObjectStorageInstance
- Creates an object storage instance for previews.
- createInstanceForRecycleBin() : CSObjectStorageInstance
- Creates an object storage instance for recycle-bin.
- createInstanceForVersions() : CSObjectStorageInstance
- Creates an object storage instance for versions.
- createInstanceForVolumes() : CSObjectStorageInstance
- Creates an object storage instance for volumes.
Methods
createInstanceForPreviews()
Creates an object storage instance for previews.
public
static createInstanceForPreviews(CSObjectStorageConfiguration $oConfiguration) : CSObjectStorageInstance
Parameters
- $oConfiguration : CSObjectStorageConfiguration
Tags
Return values
CSObjectStorageInstance —createInstanceForRecycleBin()
Creates an object storage instance for recycle-bin.
public
static createInstanceForRecycleBin(CSObjectStorageConfiguration $oConfiguration) : CSObjectStorageInstance
Parameters
- $oConfiguration : CSObjectStorageConfiguration
Tags
Return values
CSObjectStorageInstance —createInstanceForVersions()
Creates an object storage instance for versions.
public
static createInstanceForVersions(CSObjectStorageConfiguration $oConfiguration) : CSObjectStorageInstance
Parameters
- $oConfiguration : CSObjectStorageConfiguration
Tags
Return values
CSObjectStorageInstance —createInstanceForVolumes()
Creates an object storage instance for volumes.
public
static createInstanceForVolumes(CSObjectStorageConfiguration $oConfiguration) : CSObjectStorageInstance
Parameters
- $oConfiguration : CSObjectStorageConfiguration
