Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetAwrHubObjectResponse

Hierarchy

  • GetAwrHubObjectResponse

Properties

archivalState

archivalState: string

Archival state of an Awr Hub object. This field is set only for Awr Hub objects in Archive tier.

cacheControl

cacheControl: string

Cache-Control header.

contentDisposition

contentDisposition: string

Content-Disposition header.

contentEncoding

contentEncoding: string

Content-Encoding header.

contentLanguage

contentLanguage: string

Content-Language header.

contentLength

contentLength: number

The Awr Hub object size in bytes.

contentMd5

contentMd5: string

Content-MD5 header.

contentRange

contentRange: Range

Content-Range header.

contentType

contentType: string

Content-Type header.

etag

etag: string

For optimistic concurrency control. See {@code if-match}.

expires

expires: Date

The date and time after which the Awr Hub object is no longer cached by a browser, proxy, or other caching entity.

isNotModified

isNotModified: boolean

Flag to indicate whether or not the object was modified. If this is true, the getter for the object itself will return null. Callers should check this if they specified one of the request params that might result in a conditional response (like 'if-match'/'if-none-match').

lastModified

lastModified: Date

The Awr Hub object modification time.

opcClientRequestId

opcClientRequestId: string

Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.

opcMeta

opcMeta: object

The user-defined metadata for the Awr Hub object.

Type declaration

  • [key: string]: string

opcMultipartMd5

opcMultipartMd5: string

opcRequestId

opcRequestId: string

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

storageTier

storageTier: string

The storage tier that the Awr Hub object is stored in.

timeOfArchival

timeOfArchival: Date

Time that the Awr Hub object is returned to the archived state.

value

value: stream.Readable | ReadableStream

The returned stream.Readable | ReadableStream instance, or null if {@link #isNotModified()} is true.

versionId

versionId: string

VersionId of the requested Awr Hub object.