FileStorageConfiguration

public protocol FileStorageConfiguration

Configuration related to FileStorage.

Used to create a custom configuration container.

  • The location of the directory in the Application sandbox.

    Declaration

    Swift

    var searchPathDirectory: FileManager.SearchPathDirectory { get set }
  • Used to indicate whether to create and store a Filespec data object.

    Declaration

    Swift

    var createFilespec: Bool { get set }
  • Used to indicate whether to use hashed (MD5) URL path for filename.

    Declaration

    Swift

    var useHashedPathForFilename: Bool { get set }