BatchReadOperation class
Represents the output of a BatchRead
operation.
Constructors
- BatchReadOperation({BatchGetLinkAttributes? getLinkAttributes, BatchGetObjectAttributes? getObjectAttributes, BatchGetObjectInformation? getObjectInformation, BatchListAttachedIndices? listAttachedIndices, BatchListIncomingTypedLinks? listIncomingTypedLinks, BatchListIndex? listIndex, BatchListObjectAttributes? listObjectAttributes, BatchListObjectChildren? listObjectChildren, BatchListObjectParentPaths? listObjectParentPaths, BatchListObjectPolicies? listObjectPolicies, BatchListOutgoingTypedLinks? listOutgoingTypedLinks, BatchListPolicyAttachments? listPolicyAttachments, BatchLookupPolicy? lookupPolicy})
Properties
- getLinkAttributes → BatchGetLinkAttributes?
-
Retrieves attributes that are associated with a typed link.
final
- getObjectAttributes → BatchGetObjectAttributes?
-
Retrieves attributes within a facet that are associated with an object.
final
- getObjectInformation → BatchGetObjectInformation?
-
Retrieves metadata about an object.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- listAttachedIndices → BatchListAttachedIndices?
-
Lists indices attached to an object.
final
- listIncomingTypedLinks → BatchListIncomingTypedLinks?
-
Returns a paginated list of all the incoming TypedLinkSpecifier
information for an object. It also supports filtering by typed link facet
and identity attributes. For more information, see Typed
link.
final
- listIndex → BatchListIndex?
-
Lists objects attached to the specified index.
final
- listObjectAttributes → BatchListObjectAttributes?
-
Lists all attributes that are associated with an object.
final
- listObjectChildren → BatchListObjectChildren?
-
Returns a paginated list of child objects that are associated with a given
object.
final
- listObjectParentPaths → BatchListObjectParentPaths?
-
Retrieves all available parent paths for any object type such as node, leaf
node, policy node, and index node objects. For more information about
objects, see Directory
Structure.
final
- listObjectPolicies → BatchListObjectPolicies?
-
Returns policies attached to an object in pagination fashion.
final
- listOutgoingTypedLinks → BatchListOutgoingTypedLinks?
-
Returns a paginated list of all the outgoing TypedLinkSpecifier
information for an object. It also supports filtering by typed link facet
and identity attributes. For more information, see Typed
link.
final
- listPolicyAttachments → BatchListPolicyAttachments?
-
Returns all of the
ObjectIdentifiers
to which a given policy is attached.final - lookupPolicy → BatchLookupPolicy?
-
Lists all policies from the root of the Directory to the object
specified. If there are no policies present, an empty list is returned. If
policies are present, and if some objects don't have the policies attached,
it returns the
ObjectIdentifier
for such objects. If policies are present, it returnsObjectIdentifier
,policyId
, andpolicyType
. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited