Skip to content

Commit 863f3d5

Browse files
committed
docs: fix terminology consistency - use 'Batch Operations' throughout
- Updated Key concepts table to use 'Batch Operations' instead of 'Bulk Operations' - Ensures consistent terminology that matches actual API behavior - All references now correctly describe passing lists to create(), update(), delete()
1 parent e3d5525 commit 863f3d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The SDK provides a simple, pythonic interface for Dataverse operations:
100100
| **DataverseClient** | Main entry point for all operations with environment connection |
101101
| **Records** | Dataverse records represented as Python dictionaries with logical field names |
102102
| **Logical Names** | Use table logical names (`"account"`) and column logical names (`"name"`) |
103-
| **Bulk Operations** | Efficient batch processing for multiple records with automatic optimization |
103+
| **Batch Operations** | Efficient batch processing for multiple records with automatic optimization |
104104
| **Paging** | Automatic handling of large result sets with iterators |
105105
| **Structured Errors** | Detailed exception hierarchy with retry guidance and diagnostic information |
106106

0 commit comments

Comments
 (0)