Method: Azure::Table::Batch#insert_or_replace
- Defined in:
- lib/azure/table/batch.rb
#insert_or_replace(row_key, entity_values) ⇒ Object
304 305 306 307 |
# File 'lib/azure/table/batch.rb', line 304 def insert_or_replace(row_key, entity_values) update(row_key, entity_values, { :create_if_not_exists => true }) self end |