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 output for GetRecords.
Namespace: Amazon.Kinesis.Model
Assembly: AWSSDK.Kinesis.dll
Version: 3.x.y.z
public class GetRecordsResponse : AmazonWebServiceResponse
The GetRecordsResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetRecordsResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
ChildShards | System.Collections.Generic.List<Amazon.Kinesis.Model.ChildShard> |
Gets and sets the property ChildShards.
The list of the current shard's child shards, returned in the |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
MillisBehindLatest | System.Int64 |
Gets and sets the property MillisBehindLatest. The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates that record processing is caught up, and there are no new records to process at this moment. |
![]() |
NextShardIterator | System.String |
Gets and sets the property NextShardIterator.
The next position in the shard from which to start sequentially reading data records.
If set to |
![]() |
Records | System.Collections.Generic.List<Amazon.Kinesis.Model.Record> |
Gets and sets the property Records. The data records retrieved from the shard. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5