gravitino.api.audit.Audit¶
- class gravitino.api.audit.Audit¶
 Bases:
ABCRepresents the audit information of an entity.
- __init__()¶
 
Methods
- abstract create_time() datetime¶
 The creation time of the entity.
- Returns:
 The creation time of the entity.
- abstract creator() str¶
 The creator of the entity.
- Returns:
 the creator of the entity.
- abstract last_modified_time() datetime¶
 - Returns:
 The last modified time of the entity.
- abstract last_modifier() str¶
 - Returns:
 The last modifier of the entity.