trait GetObjectOutput extends Object
Created by ldaniels3 on 3/16/2017.
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- GetObjectOutput
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AcceptRanges: Boolean
-
val
Body: Buffer
Object data.
-
val
CacheControl: String
Specifies caching behavior along the request/reply chain.
-
val
ContentDisposition: String
Specifies presentational information for the object.
-
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.
-
val
ContentLanguage: String
The language the content is in.
-
val
ContentLength: String
Size of the body in bytes.
-
val
ContentRange: String
The portion of the object returned in the response.
-
val
ContentType: String
A standard MIME type describing the format of the object data.
-
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.
-
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
-
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.
-
val
Expires: Date
The date and time at which the object is no longer cacheable.
-
val
LastModified: Date
Last modified date of the object
-
val
Metadata: Object
A map of metadata to store with the object in S3.
-
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.
-
val
PartsCount: Integer
The count of parts this object has.
- val ReplicationStatus: String
- val RequestCharged: String
-
val
Restore: Any
Provides information about object restoration operation and expiration time of the restored object copy.
-
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.
-
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.
-
val
SSEKMSKeyId: String
If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.
-
val
ServerSideEncryption: String
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
- val StorageClass: String
-
val
TagCount: Integer
The number of tags, if any, on the object.
-
val
VersionId: String
Version of the object.
-
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.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )