BatchWriteOperation constructor
BatchWriteOperation({
- BatchAddFacetToObject? addFacetToObject,
- BatchAttachObject? attachObject,
- BatchAttachPolicy? attachPolicy,
- BatchAttachToIndex? attachToIndex,
- BatchAttachTypedLink? attachTypedLink,
- BatchCreateIndex? createIndex,
- BatchCreateObject? createObject,
- BatchDeleteObject? deleteObject,
- BatchDetachFromIndex? detachFromIndex,
- BatchDetachObject? detachObject,
- BatchDetachPolicy? detachPolicy,
- BatchDetachTypedLink? detachTypedLink,
- BatchRemoveFacetFromObject? removeFacetFromObject,
- BatchUpdateLinkAttributes? updateLinkAttributes,
- 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,
});