CoreUpload
Search Results for

    Show / Hide Table of Contents

    Class S3Part

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

    Properties

    ETag

    The part's ETag. S3 reports ETags wrapped in literal double quotes ("9b2cf5..."); this value is normalised to the bare hex form before any IS3Signer sees it, so every signer implementation gets the same shape no matter what the calling client sent.

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

    PartNumber

    Declaration
    public int PartNumber { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top CoreUpload API ReferenceUploader family: AjaxUploader, CoreUpload, MultipleUpload, ASPUploader, and PHP File Uploader.