Search Results for

    Show / Hide Table of Contents

    Class GetObjectRequest

    Inheritance
    object
    S3RequestBase
    ObjectRequestBase
    GetObjectRequest
    Implements
    IValidatable
    IRequestParameterProvider
    Inherited Members
    ObjectRequestBase.Bucket
    ObjectRequestBase.Key
    ObjectRequestBase.VersionId
    ObjectRequestBase.IfMatch
    ObjectRequestBase.IfModifiedSince
    ObjectRequestBase.IfNoneMatch
    ObjectRequestBase.IfUnmodifiedSince
    ObjectRequestBase.SSECustomerAlgorithm
    ObjectRequestBase.SSECustomerKey
    ObjectRequestBase.SSECustomerKeyMD5
    ObjectRequestBase.Validate()
    S3RequestBase.ExpectedBucketOwner
    S3RequestBase.RequestPayer
    S3RequestBase.IsValid()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.S3
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class GetObjectRequest : ObjectRequestBase, IValidatable, IRequestParameterProvider

    Properties

    | Edit this page View Source

    ChecksumMode

    Declaration
    public string ChecksumMode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PartNumber

    Declaration
    public int? PartNumber { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    PreSignedUrl

    Declaration
    public string PreSignedUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Range

    Declaration
    public string Range { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResponseCacheControl

    Declaration
    public string ResponseCacheControl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResponseContentDisposition

    Declaration
    public string ResponseContentDisposition { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResponseContentEncoding

    Declaration
    public string ResponseContentEncoding { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResponseContentLanguage

    Declaration
    public string ResponseContentLanguage { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResponseContentType

    Declaration
    public string ResponseContentType { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResponseExpires

    Declaration
    public DateTime? ResponseExpires { get; set; }
    Property Value
    Type Description
    DateTime?

    Methods

    | Edit this page View Source

    FromPolledUrl(string)

    Declaration
    public static GetObjectRequest FromPolledUrl(string preSignedUrl)
    Parameters
    Type Name Description
    string preSignedUrl
    Returns
    Type Description
    GetObjectRequest
    | Edit this page View Source

    GetRequestParameters()

    Declaration
    public override IEnumerable<RequestParameter> GetRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParameter>
    Overrides
    ObjectRequestBase.GetRequestParameters()

    Implements

    IValidatable
    IRequestParameterProvider

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider, params RequestParameter[])
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation