BatchWriteOperationResponse class

Represents the output of a BatchWrite response operation.

Properties

addFacetToObject BatchAddFacetToObjectResponse?
The result of an add facet to object batch operation.
final
attachObject BatchAttachObjectResponse?
Attaches an object to a Directory.
final
attachPolicy BatchAttachPolicyResponse?
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
final
attachToIndex BatchAttachToIndexResponse?
Attaches the specified object to the specified index.
final
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
final
createIndex BatchCreateIndexResponse?
Creates an index object. See Indexing and search for more information.
final
createObject BatchCreateObjectResponse?
Creates an object in a Directory.
final
deleteObject BatchDeleteObjectResponse?
Deletes an object in a Directory.
final
detachFromIndex BatchDetachFromIndexResponse?
Detaches the specified object from the specified index.
final
detachObject BatchDetachObjectResponse?
Detaches an object from a Directory.
final
detachPolicy BatchDetachPolicyResponse?
Detaches a policy from a Directory.
final
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
final
hashCode int
The hash code for this object.
no setterinherited
removeFacetFromObject BatchRemoveFacetFromObjectResponse?
The result of a batch remove facet from object operation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateLinkAttributes BatchUpdateLinkAttributesResponse?
Represents the output of a BatchWrite response operation.
final
updateObjectAttributes BatchUpdateObjectAttributesResponse?
Updates a given object’s attributes.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited