Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListAwrHubObjectsRequest

example

Click here to see how to use ListAwrHubObjectsRequest.

Properties

awrHubSourceId

awrHubSourceId: string

Unique Awr Hub Source identifier

Optional delimiter

delimiter: undefined | string

When this parameter is set, only objects whose names do not contain the delimiter character (after an optionally specified prefix) are returned in the Awr Hub list objects key of the response body. Scanned objects whose names contain the delimiter have the part of their name up to the first occurrence of the delimiter (including the optional prefix) returned as a set of prefixes. Note that only '/' is a supported delimiter character at this time.

Optional end

end: undefined | string

Object names returned by Awr Hub list objects query must be strictly less than this parameter.

Optional fields

fields: Fields

By default all the fields are returned. Use this parameter to fetch specific fields 'size', 'etag', 'md5', 'timeCreated', 'timeModified', 'storageTier' and 'archivalState' fields. List the names of those fields in a comma-separated, case-insensitive list as the value of this parameter. For example: 'name,etag,timeCreated,md5,timeModified,storageTier,archivalState'.

Optional limit

limit: undefined | number

For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see List Pagination. Example: {@code 50}

Optional opcRequestId

opcRequestId: undefined | string

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

Optional page

page: undefined | string

For list pagination. The value of the {@code opc-next-page} response header from the previous "List" call. For important details about how pagination works, see List Pagination.

Optional prefix

prefix: undefined | string

The string to use for matching against the start of object names in a Awr Hub list objects query.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional start

start: undefined | string

Object names returned by Awr Hub list objects query must be greater or equal to this parameter.

Optional startAfter

startAfter: undefined | string

Awr Hub Object name after which remaining objects are listed