Filestack Documentation

Enumeration Storage​Location

@objc(FSStorageLocation)
public enum StorageLocation: UInt, CustomStringConvertible  

Represents a cloud storage location type.

See CloudStorage for more information about cloud storage locations.

StorageLocation StorageLocation UInt UInt StorageLocation->UInt CustomStringConvertible CustomStringConvertible StorageLocation->CustomStringConvertible

Conforms To

CustomStringConvertible
UInt

Enumeration Cases

s3

case s3

Amazon S3

dropbox

case dropbox

Dropbox

rackspace

case rackspace

Rackspace

azure

case azure

Azure

gcs

case gcs

Google Cloud Storage

Properties

description

public var description: String  

Returns a String representation of self.