Trait

io.scalajs.npm.aws.s3

GetObjectOutput

Related Doc: package s3

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AcceptRanges: Boolean

    Permalink
  5. val Body: Buffer

    Permalink

    Object data.

  6. val CacheControl: String

    Permalink

    Specifies caching behavior along the request/reply chain.

  7. val ContentDisposition: String

    Permalink

    Specifies presentational information for the object.

  8. val ContentEncoding: String

    Permalink

    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

    Permalink

    The language the content is in.

  10. val ContentLength: String

    Permalink

    Size of the body in bytes.

  11. val ContentRange: String

    Permalink

    The portion of the object returned in the response.

  12. val ContentType: String

    Permalink

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

  13. val DeleteMarker: Boolean

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

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

  17. val LastModified: Date

    Permalink

    Last modified date of the object

  18. val Metadata: Object

    Permalink

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

  19. val MissingMeta: Integer

    Permalink

    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

    Permalink

    The count of parts this object has.

  21. val ReplicationStatus: String

    Permalink
  22. val RequestCharged: String

    Permalink
  23. val Restore: Any

    Permalink

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

  24. val SSECustomerAlgorithm: String

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

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

  28. val StorageClass: String

    Permalink
  29. val TagCount: Integer

    Permalink

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

  30. val VersionId: String

    Permalink

    Version of the object.

  31. val WebsiteRedirectLocation: String

    Permalink

    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

    Permalink
    Definition Classes
    Any
  33. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  38. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  39. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped