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 success response operation.

Inheritance Hierarchy

System.Object
  Amazon.CloudDirectory.Model.BatchReadSuccessfulResponse

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

Syntax

C#
public class BatchReadSuccessfulResponse

The BatchReadSuccessfulResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property GetLinkAttributes Amazon.CloudDirectory.Model.BatchGetLinkAttributesResponse

Gets and sets the property GetLinkAttributes.

The list of attributes to retrieve from the typed link.

Public Property GetObjectAttributes Amazon.CloudDirectory.Model.BatchGetObjectAttributesResponse

Gets and sets the property GetObjectAttributes.

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

Public Property GetObjectInformation Amazon.CloudDirectory.Model.BatchGetObjectInformationResponse

Gets and sets the property GetObjectInformation.

Retrieves metadata about an object.

Public Property ListAttachedIndices Amazon.CloudDirectory.Model.BatchListAttachedIndicesResponse

Gets and sets the property ListAttachedIndices.

Lists indices attached to an object.

Public Property ListIncomingTypedLinks Amazon.CloudDirectory.Model.BatchListIncomingTypedLinksResponse

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

Gets and sets the property ListIndex.

Lists objects attached to the specified index.

Public Property ListObjectAttributes Amazon.CloudDirectory.Model.BatchListObjectAttributesResponse

Gets and sets the property ListObjectAttributes.

Lists all attributes that are associated with an object.

Public Property ListObjectChildren Amazon.CloudDirectory.Model.BatchListObjectChildrenResponse

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

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

Gets and sets the property ListObjectParents.

The list of parent objects to retrieve.

Public Property ListObjectPolicies Amazon.CloudDirectory.Model.BatchListObjectPoliciesResponse

Gets and sets the property ListObjectPolicies.

Returns policies attached to an object in pagination fashion.

Public Property ListOutgoingTypedLinks Amazon.CloudDirectory.Model.BatchListOutgoingTypedLinksResponse

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

Gets and sets the property ListPolicyAttachments.

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

Public Property LookupPolicy Amazon.CloudDirectory.Model.BatchLookupPolicyResponse

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