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 result of an individual record from a PutRecords request. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to the stream includes ErrorCode and ErrorMessage in the result.

Inheritance Hierarchy

System.Object
  Amazon.Kinesis.Model.PutRecordsResultEntry

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

Syntax

C#
public class PutRecordsResultEntry

The PutRecordsResultEntry type exposes the following members

Constructors

NameDescription
Public Method PutRecordsResultEntry()

Properties

NameTypeDescription
Public Property ErrorCode System.String

Gets and sets the property ErrorCode.

The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.

Public Property ErrorMessage System.String

Gets and sets the property ErrorMessage.

The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message "Internal Service Failure".

Public Property SequenceNumber System.String

Gets and sets the property SequenceNumber.

The sequence number for an individual record result.

Public Property ShardId System.String

Gets and sets the property ShardId.

The shard ID for an individual record result.

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