Block¶
- 
class TH.Block(datetime: pandas._libs.tslibs.timestamps.Timestamp, muid: str, client_id: str, logged_user: str, child_md5: str, child_path: str, child_filename: str, parent_md5: str, parent_path: str, parent_filename: str, winning_tech: str, detection_id: int, action: str, period: Optional[TH.Core.period.TimePeriod] = None)¶
- Bases: - Generic[- TH.Core.THCollection.T]- Warning - This object is not intended to be created, but obtained through queries provided by upper level objects Class representing a blocked action- 
property datetime¶
- Obtain the date of block event 
 - 
property detectionId¶
- Obtain the detection ID 
 - 
property technology¶
- Obtain the detection technology 
 
- 
property