BatchWriteOperation constructor

BatchWriteOperation({
  1. BatchAddFacetToObject? addFacetToObject,
  2. BatchAttachObject? attachObject,
  3. BatchAttachPolicy? attachPolicy,
  4. BatchAttachToIndex? attachToIndex,
  5. BatchAttachTypedLink? attachTypedLink,
  6. BatchCreateIndex? createIndex,
  7. BatchCreateObject? createObject,
  8. BatchDeleteObject? deleteObject,
  9. BatchDetachFromIndex? detachFromIndex,
  10. BatchDetachObject? detachObject,
  11. BatchDetachPolicy? detachPolicy,
  12. BatchDetachTypedLink? detachTypedLink,
  13. BatchRemoveFacetFromObject? removeFacetFromObject,
  14. BatchUpdateLinkAttributes? updateLinkAttributes,
  15. BatchUpdateObjectAttributes? updateObjectAttributes,
})

Implementation

BatchWriteOperation({
  this.addFacetToObject,
  this.attachObject,
  this.attachPolicy,
  this.attachToIndex,
  this.attachTypedLink,
  this.createIndex,
  this.createObject,
  this.deleteObject,
  this.detachFromIndex,
  this.detachObject,
  this.detachPolicy,
  this.detachTypedLink,
  this.removeFacetFromObject,
  this.updateLinkAttributes,
  this.updateObjectAttributes,
});