JobLogCollection

class oci.data_catalog.models.JobLogCollection(**kwargs)

Bases: object

Results of a job logs Listing. A job log is an audit log record inserted during the lifecycle of a job execution instance.

Methods

__init__(**kwargs) Initializes a new JobLogCollection object with values from keyword arguments.

Attributes

count Gets the count of this JobLogCollection.
items [Required] Gets the items of this JobLogCollection.
__init__(**kwargs)

Initializes a new JobLogCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • count (int) – The value to assign to the count property of this JobLogCollection.
  • items (list[oci.data_catalog.models.JobLogSummary]) – The value to assign to the items property of this JobLogCollection.
count

Gets the count of this JobLogCollection. Total number of items returned.

Returns:The count of this JobLogCollection.
Return type:int
items

[Required] Gets the items of this JobLogCollection. Collection of Job logs.

Returns:The items of this JobLogCollection.
Return type:list[oci.data_catalog.models.JobLogSummary]