Class: DeltaLake::PostCommitHookProperties
- Inherits:
-
Struct
- Object
- Struct
- DeltaLake::PostCommitHookProperties
- Defined in:
- lib/deltalake.rb
Instance Attribute Summary collapse
-
#cleanup_expired_logs ⇒ Object
Returns the value of attribute cleanup_expired_logs.
-
#create_checkpoint ⇒ Object
Returns the value of attribute create_checkpoint.
Instance Attribute Details
#cleanup_expired_logs ⇒ Object
Returns the value of attribute cleanup_expired_logs
53 54 55 |
# File 'lib/deltalake.rb', line 53 def cleanup_expired_logs @cleanup_expired_logs end |
#create_checkpoint ⇒ Object
Returns the value of attribute create_checkpoint
53 54 55 |
# File 'lib/deltalake.rb', line 53 def create_checkpoint @create_checkpoint end |