Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetRunLogResponse

Hierarchy

  • GetRunLogResponse

Properties

contentEncoding

contentEncoding: string

Indicates the encoding of the data, as described in RFC 2616, section 14.11.

contentLength

contentLength: number

Indicates the size of the data as described in RFC 2616, section 14.13.

contentType

contentType: string

Specifies the media type of the underlying data as described in RFC 2616, section 14.17.

etag

etag: string

For optimistic concurrency control. See ETags for Optimistic Concurrency Control.

opcMeta

opcMeta: object

The user-defined metadata for the log.

Type declaration

  • [key: string]: 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.

value

value: stream.Readable | ReadableStream

The returned stream.Readable | ReadableStream instance.