AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class S3ListPartsRequest

    Request for the optional ListParts signer capability. Implement a public S3ListPartsResult ListParts(S3ListPartsRequest request) method on your signer to let resuming clients reconcile their persisted part maps against what S3 actually holds. The capability is discovered via reflection - it is deliberately NOT part of IS3Signer so existing implementations keep compiling (.NET Framework has no default interface members).

    Inheritance
    object
    S3ListPartsRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: AjaxUploader.Providers
    Assembly: AjaxUploader.dll
    Syntax
    public class S3ListPartsRequest

    Properties

    Key

    The S3 object key of the multipart upload.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    string

    UploadId

    The S3 multipart uploadId to list parts for.

    Declaration
    public string UploadId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top AjaxUploader API Reference