BatchReadOperation

Represents the output of a BatchRead operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Retrieves attributes that are associated with a typed link.

Link copied to clipboard

Retrieves attributes within a facet that are associated with an object.

Link copied to clipboard

Retrieves metadata about an object.

Link copied to clipboard

Lists indices attached to an object.

Link copied to clipboard

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 Links.

Link copied to clipboard

Lists objects attached to the specified index.

Link copied to clipboard

Lists all attributes that are associated with an object.

Link copied to clipboard

Returns a paginated list of child objects that are associated with a given object.

Link copied to clipboard

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.

Link copied to clipboard

Lists parent objects that are associated with a given object in pagination fashion.

Link copied to clipboard

Returns policies attached to an object in pagination fashion.

Link copied to clipboard

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 Links.

Link copied to clipboard

Returns all of the ObjectIdentifiers to which a given policy is attached.

Link copied to clipboard

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 returns ObjectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored. For more information, see Policies.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String