AWS SDK Version 2 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.

.NET Framework 4.5
 
Represents the result of an individual record from a PutRecords request. A record that is successfully added to your Amazon Kinesis stream includes SequenceNumber and ShardId in the result. A record that fails to be added to your Amazon Kinesis stream includes ErrorCode and ErrorMessage in the result.

Inheritance Hierarchy

System.Object
  Amazon.Kinesis.Model.PutRecordsResultEntry

Namespace: Amazon.Kinesis.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class PutRecordsResultEntry : Object

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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8