Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListOptimizerStatisticsCollectionOperationsRequest

example

Click here to see how to use ListOptimizerStatisticsCollectionOperationsRequest.

Properties

Optional endTimeLessThanOrEqualTo

endTimeLessThanOrEqualTo: undefined | string

The end time of the time range to retrieve the optimizer statistics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".

Optional filterBy

filterBy: undefined | string

The parameter used to filter the optimizer statistics operations. Any property of the OptimizerStatisticsCollectionOperationSummary can be used to define the filter condition. The allowed conditional operators are AND or OR, and the allowed binary operators are are >, < and =. Any other operator is regarded invalid. Example: jobName= AND status=

Optional limit

limit: undefined | number

The maximum number of records returned in the paginated response.

managedDatabaseId

managedDatabaseId: string

The OCID of the Managed Database.

Optional opcNamedCredentialId

opcNamedCredentialId: undefined | string

The OCID of the Named Credential.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

Optional page

page: undefined | string

The page token representing the page from where the next set of paginated results are retrieved. This is usually retrieved from a previous list call.

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

Sorts the list of optimizer statistics operations based on a specific attribute.

Optional sortOrder

sortOrder: model.SortOrders

The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order. Ascending order is the default order.

Optional startTimeGreaterThanOrEqualTo

startTimeGreaterThanOrEqualTo: undefined | string

The start time of the time range to retrieve the optimizer statistics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".

Optional taskType

taskType: model.OptimizerStatisticsTaskFilterTypes

The filter types of the optimizer statistics tasks.