UrlType
in package
Enumerated constants used in CloudFiles for URL types.
Table of Contents
- CDN = 'CDN'
- IOS_STREAMING = 'IOS-Streaming'
- SSL = 'SSL'
- STREAMING = 'Streaming'
- TAR = 'tar'
- TAR_BZ2 = 'tar.bz2'
- TAR_GZ = 'tar.gz'
Constants
CDN
public
mixed
CDN
= 'CDN'
IOS_STREAMING
public
mixed
IOS_STREAMING
= 'IOS-Streaming'
SSL
public
mixed
SSL
= 'SSL'
STREAMING
public
mixed
STREAMING
= 'Streaming'
TAR
public
mixed
TAR
= 'tar'
TAR_BZ2
public
mixed
TAR_BZ2
= 'tar.bz2'
TAR_GZ
public
mixed
TAR_GZ
= 'tar.gz'