Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListPublishedObjectsRequest

example

Click here to see how to use ListPublishedObjectsRequest.

Properties

applicationKey

applicationKey: string

The application key.

Optional fields

fields: Array<string>

Specifies the fields to get for an object.

Optional identifier

identifier: Array<string>

Used to filter by the identifier of the published object.

Optional limit

limit: undefined | number

Sets the maximum number of results per page, or items to return in a paginated {@code List} call. See List Pagination.

Optional name

name: undefined | string

Used to filter by the name of the object.

Optional nameContains

nameContains: undefined | string

This parameter can be used to filter objects by the names that match partially or fully with the given value.

Optional nameStartsWith

nameStartsWith: undefined | string

This parameter can be used to filter objects by the names starting with the given value.

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 for this parameter is the {@code opc-next-page} or the {@code opc-prev-page} response header from the previous {@code List} call. See List Pagination.

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 sortBy

sortBy: SortBy

Specifies the field to sort by. Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter {@code query} is present (search operation and sorting order is by relevance score in descending order).

Optional sortOrder

sortOrder: SortOrder

Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).

Optional type

type: Array<string>

Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. For Data Integration APIs, a filter based on type Task is used.

Optional typeInSubtree

typeInSubtree: undefined | string

Used in association with type parameter. If value is true, then type all sub types of the given type parameter is considered. If value is false, then sub types are not considered. Default is false.

workspaceId

workspaceId: string

The workspace ID.