StorageListRequest

public struct StorageListRequest : AmplifyOperationRequest

Represents a object listing request initiated by an implementation of the StorageCategoryPlugin protocol.

  • Tag: StorageListRequest
  • Options to adjust the behavior of this request, including plugin-options

    • Tag: StorageListRequest

    Declaration

    Swift

    public let options: Options
  • The unique path for the object in storage

    • Tag: StorageListRequest.path

    Declaration

    Swift

    public let path: (any StoragePath)?
    • Tag: StorageListRequest.init

    Declaration

    Swift

    @available(*, deprecated, message: "Use init(path:options﹚")
    public init(options: Options)
    • Tag: StorageListRequest.init

    Declaration

    Swift

    public init(path: any StoragePath, options: Options)
  • Options available to callers of StorageCategoryBehavior.list.

    Tag: StorageListRequestOptions

    See more

    Declaration

    Swift

    struct Options