Class: DeltaLake::CommitProperties
- Inherits:
-
Struct
- Object
- Struct
- DeltaLake::CommitProperties
- Defined in:
- lib/deltalake.rb
Instance Attribute Summary collapse
-
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
-
#max_commit_retries ⇒ Object
Returns the value of attribute max_commit_retries.
Instance Attribute Details
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata
44 45 46 |
# File 'lib/deltalake.rb', line 44 def @custom_metadata end |
#max_commit_retries ⇒ Object
Returns the value of attribute max_commit_retries
44 45 46 |
# File 'lib/deltalake.rb', line 44 def max_commit_retries @max_commit_retries end |