StorageDownloadDataRequest

public struct StorageDownloadDataRequest : AmplifyOperationRequest

Represents a request to download an individual object as Data, initiated by an implementation of the StorageCategoryPlugin protocol.

  • Tag: StorageDownloadDataRequest
  • key

    The unique identifier for the object in storage

    • Tag: StorageDownloadDataRequest.key

    Declaration

    Swift

    public let key: String
  • Options to adjust the behavior of this request, including plugin-options

    • Tag: StorageDownloadDataRequest.options

    Declaration

    Swift

    public let options: Options
    • Tag: StorageDownloadDataRequest.key

    Declaration

    Swift

    public init(key: String, options: Options)
  • Options to adjust the behavior of this request, including plugin-options

    • Tag: StorageDownloadDataRequestOptions
    See more

    Declaration

    Swift

    struct Options