PyExtractRefreshTask
class PyExtractRefreshTask(extract_refresh_task)
Bases: Generic
[TSchedule
], PyWithSchedule
[TSchedule
]
Interface for an extract refresh task content item.
- Parameters: extract_refresh_task (IExtractRefreshTask [ ])
__init__(extract_refresh_task)
Creates a new PyExtractRefreshTask object.
Args: : extract_refresh_task: A IExtractRefreshTask object.
Returns: None.
- Parameters: extract_refresh_task (IExtractRefreshTask [ ])
- Return type: None
Methods
__init__ (extract_refresh_task) |
Creates a new PyExtractRefreshTask object. |
---|
Attributes
content |
Gets the extract refresh task's content. |
---|---|
content_type |
Gets the extract refresh task's content type. |
content_url |
Get the site-unique "content URL" of the content item, or an empty string if the content type does not use a content URL. |
id |
Gets the unique identifier. |
location |
Gets the logical location path of the content item, for project-level content this is the project path and the content item name. |
name |
Gets the name of the content item. |
schedule |
Gets the content item's schedule. |
type |
Gets the extract refresh type. |
property content : PyContentReference
Gets the extract refresh task’s content.
property content_type : PyExtractRefreshContentType
Gets the extract refresh task’s content type.
property content_url : str
Get the site-unique “content URL” of the content item, or an empty string if the content type does not use a content URL.
property id : UUID
Gets the unique identifier.
property location : PyContentLocation
Gets the logical location path of the content item, for project-level content this is the project path and the content item name.
property name : str
Gets the name of the content item. This is equivalent to the last segment of the Location. Renames should be performed through mapping.
property schedule : TSchedule
Gets the content item’s schedule.
property type : str
Gets the extract refresh type.