AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents the output of a BatchRead operation.

Inheritance Hierarchy

System.Object
  Amazon.CloudDirectory.Model.BatchReadOperation

Namespace: Amazon.CloudDirectory.Model
Assembly: AWSSDK.CloudDirectory.dll
Version: 3.x.y.z

Syntax

C#
public class BatchReadOperation

The BatchReadOperation type exposes the following members

Constructors

NameDescription
Public Method BatchReadOperation()

Properties

NameTypeDescription
Public Property GetLinkAttributes Amazon.CloudDirectory.Model.BatchGetLinkAttributes

Gets and sets the property GetLinkAttributes.

Retrieves attributes that are associated with a typed link.

Public Property GetObjectAttributes Amazon.CloudDirectory.Model.BatchGetObjectAttributes

Gets and sets the property GetObjectAttributes.

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

Public Property GetObjectInformation Amazon.CloudDirectory.Model.BatchGetObjectInformation

Gets and sets the property GetObjectInformation.

Retrieves metadata about an object.

Public Property ListAttachedIndices Amazon.CloudDirectory.Model.BatchListAttachedIndices

Gets and sets the property ListAttachedIndices.

Lists indices attached to an object.

Public Property ListIncomingTypedLinks Amazon.CloudDirectory.Model.BatchListIncomingTypedLinks

Gets and sets the property ListIncomingTypedLinks.

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.

Public Property ListIndex Amazon.CloudDirectory.Model.BatchListIndex

Gets and sets the property ListIndex.

Lists objects attached to the specified index.

Public Property ListObjectAttributes Amazon.CloudDirectory.Model.BatchListObjectAttributes

Gets and sets the property ListObjectAttributes.

Lists all attributes that are associated with an object.

Public Property ListObjectChildren Amazon.CloudDirectory.Model.BatchListObjectChildren

Gets and sets the property ListObjectChildren.

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

Public Property ListObjectParentPaths Amazon.CloudDirectory.Model.BatchListObjectParentPaths

Gets and sets the property ListObjectParentPaths.

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.

Public Property ListObjectParents Amazon.CloudDirectory.Model.BatchListObjectParents

Gets and sets the property ListObjectParents.

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

Public Property ListObjectPolicies Amazon.CloudDirectory.Model.BatchListObjectPolicies

Gets and sets the property ListObjectPolicies.

Returns policies attached to an object in pagination fashion.

Public Property ListOutgoingTypedLinks Amazon.CloudDirectory.Model.BatchListOutgoingTypedLinks

Gets and sets the property ListOutgoingTypedLinks.

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.

Public Property ListPolicyAttachments Amazon.CloudDirectory.Model.BatchListPolicyAttachments

Gets and sets the property ListPolicyAttachments.

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

Public Property LookupPolicy Amazon.CloudDirectory.Model.BatchLookupPolicy

Gets and sets the property LookupPolicy.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5