t

io.scalajs.npm.aws.s3

GetObjectOutput

trait GetObjectOutput extends Object

Created by ldaniels3 on 3/16/2017.

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetObjectOutput
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AcceptRanges: Boolean
  5. val Body: Buffer

    Object data.

  6. val CacheControl: String

    Specifies caching behavior along the request/reply chain.

  7. val ContentDisposition: String

    Specifies presentational information for the object.

  8. val ContentEncoding: String

    Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.

  9. val ContentLanguage: String

    The language the content is in.

  10. val ContentLength: String

    Size of the body in bytes.

  11. val ContentRange: String

    The portion of the object returned in the response.

  12. val ContentType: String

    A standard MIME type describing the format of the object data.

  13. val DeleteMarker: Boolean

    Specifies whether the object retrieved was (true) or was not (false) a Delete Marker.

    Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response.

  14. val ETag: String

    An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL

  15. val Expiration: Date

    If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header.

    If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the rule-id is URL encoded.

  16. val Expires: Date

    The date and time at which the object is no longer cacheable.

  17. val LastModified: Date

    Last modified date of the object

  18. val Metadata: Object

    A map of metadata to store with the object in S3.

  19. val MissingMeta: Integer

    This is set to the number of metadata entries not returned in x-amz-meta headers.

    This is set to the number of metadata entries not returned in x-amz-meta headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.

  20. val PartsCount: Integer

    The count of parts this object has.

  21. val ReplicationStatus: String
  22. val RequestCharged: String
  23. val Restore: Any

    Provides information about object restoration operation and expiration time of the restored object copy.

  24. val SSECustomerAlgorithm: String

    If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

  25. val SSECustomerKeyMD5: String

    If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.

  26. val SSEKMSKeyId: String

    If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.

  27. val ServerSideEncryption: String

    The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).

  28. val StorageClass: String
  29. val TagCount: Integer

    The number of tags, if any, on the object.

  30. val VersionId: String

    Version of the object.

  31. val WebsiteRedirectLocation: String

    If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.

    If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.

  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  38. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  45. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toLocaleString(): String
    Definition Classes
    Object
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def valueOf(): Any
    Definition Classes
    Object
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped