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.

Information about the reaction values provided by users on a comment.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.ReactionForComment

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

Syntax

C#
public class ReactionForComment

The ReactionForComment type exposes the following members

Constructors

NameDescription
Public Method ReactionForComment()

Properties

NameTypeDescription
Public Property Reaction Amazon.CodeCommit.Model.ReactionValueFormats

Gets and sets the property Reaction.

The reaction for a specified comment.

Public Property ReactionsFromDeletedUsersCount System.Int32

Gets and sets the property ReactionsFromDeletedUsersCount.

A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.

Public Property ReactionUsers System.Collections.Generic.List<System.String>

Gets and sets the property ReactionUsers.

The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.

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