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 3.5
 
Configuration for accessing Amazon PutRecords service

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Kinesis.Model.PutRecordsResult
      Amazon.Kinesis.Model.PutRecordsResponse

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

Syntax

C#
public class PutRecordsResponse : PutRecordsResult

The PutRecordsResponse type exposes the following members

Constructors

NameDescription
Public Method PutRecordsResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property FailedRecordCount System.Int32 Gets and sets the property FailedRecordCount.

The number of unsuccessfully processed records in a PutRecords request.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property PutRecordsResult Amazon.Kinesis.Model.PutRecordsResult Gets and sets the PutRecordsResult property. Represents the output of a PutRecords operation.
Public Property Records System.Collections.Generic.List<Amazon.Kinesis.Model.PutRecordsResultEntry> Gets and sets the property Records.

An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. 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.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

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