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.

Returns information about a specific comment.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.Comment

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

Syntax

C#
public class Comment

The Comment type exposes the following members

Constructors

NameDescription
Public Method Comment()

Properties

NameTypeDescription
Public Property AuthorArn System.String

Gets and sets the property AuthorArn.

The Amazon Resource Name (ARN) of the person who posted the comment.

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

Gets and sets the property CallerReactions.

The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.

Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

Public Property CommentId System.String

Gets and sets the property CommentId.

The system-generated comment ID.

Public Property Content System.String

Gets and sets the property Content.

The content of the comment.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time the comment was created, in timestamp format.

Public Property Deleted System.Boolean

Gets and sets the property Deleted.

A Boolean value indicating whether the comment has been deleted.

Public Property InReplyTo System.String

Gets and sets the property InReplyTo.

The ID of the comment for which this comment is a reply, if any.

Public Property LastModifiedDate System.DateTime

Gets and sets the property LastModifiedDate.

The date and time the comment was most recently modified, in timestamp format.

Public Property ReactionCounts System.Collections.Generic.Dictionary<System.String, System.Int32>

Gets and sets the property ReactionCounts.

A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.

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