Enumerations

The following enumerations are available globally.

  • Represents the storage access to a file.

    See more

    Declaration

    Swift

    @objc(FSStorageAccess)
    public enum StorageAccess : UInt, CustomStringConvertible
  • Represents a cloud storage location type.

    See CloudStorage for more information about cloud storage locations.

    See more

    Declaration

    Swift

    @objc(FSStorageLocation)
    public enum StorageLocation : UInt, CustomStringConvertible
  • Represents an image transform alignment type.

    See more

    Declaration

    Swift

    @objc(FSTransformAlign)
    public enum TransformAlign : UInt, CustomStringConvertible
  • Represents an image transform aspect type.

    See more

    Declaration

    Swift

    @objc(FSTransformAspectMode)
    public enum TransformAspectMode : UInt, CustomStringConvertible
  • Represents an image transform blur type.

    See more

    Declaration

    Swift

    @objc(FSTransformBlurMode)
    public enum TransformBlurMode : UInt, CustomStringConvertible
  • Represents an image transform color space type.

    See more

    Declaration

    Swift

    @objc(FSTransformColorSpace)
    public enum TransformColorSpace : UInt
    extension TransformColorSpace: CustomStringConvertible
  • Represents an image transform crop type.

    See more

    Declaration

    Swift

    @objc(FSTransformCropMode)
    public enum TransformCropMode : UInt, CustomStringConvertible
  • Represents an enhance transformation preset.

    See more

    Declaration

    Swift

    @objc(FSTransformEnhancePreset)
    public enum TransformEnhancePreset : UInt, CustomStringConvertible
  • Represents an image transform noise reduction type.

    See more

    Declaration

    Swift

    @objc(FSTransformFiletype)
    public enum TransformFiletype : UInt, CustomStringConvertible
  • Represents an image transform fit type.

    See more

    Declaration

    Swift

    @objc(FSTransformFit)
    public enum TransformFit : UInt, CustomStringConvertible
  • Represents an image transform noise reduction type.

    See more

    Declaration

    Swift

    @objc(FSTransformNoiseMode)
    public enum TransformNoiseMode : UInt, CustomStringConvertible
  • Represents an image transform page format type.

    See more

    Declaration

    Swift

    @objc(FSTransformPageFormat)
    public enum TransformPageFormat : UInt, CustomStringConvertible
  • Represents an image transform page orientation type.

    See more

    Declaration

    Swift

    @objc(FSTransformPageOrientation)
    public enum TransformPageOrientation : UInt, CustomStringConvertible
  • Represents an image transform pixelate faces type.

    See more

    Declaration

    Swift

    @objc(FSTransformShapeType)
    public enum TransformShapeType : UInt, CustomStringConvertible
  • Represents an image transform style type.

    See more

    Declaration

    Swift

    @objc(FSTransformStyleMode)
    public enum TransformStyleMode : UInt, CustomStringConvertible
  • Represents the current state of an upload.

    See more

    Declaration

    Swift

    @objc(FSUploadStatus)
    public enum UploadState : UInt
    extension UploadState: CustomStringConvertible