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.
Container for the parameters to the GetShardIterator operation.
Returns a shard iterator. A shard iterator provides information about how to retrieve
the stream records from within a shard. Use the shard iterator in a subsequent
A shard iterator expires 15 minutes after it is returned to the requester.
GetRecords
request to read the stream records from the shard.
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class GetShardIteratorRequest : AmazonDynamoDBStreamsRequest IAmazonWebServiceRequest
The GetShardIteratorRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
GetShardIteratorRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
SequenceNumber | System.String |
Gets and sets the property SequenceNumber. The sequence number of a stream record in the shard from which to start reading. |
|
ShardId | System.String |
Gets and sets the property ShardId. The identifier of the shard. The iterator will be returned for this shard ID. |
|
ShardIteratorType | Amazon.DynamoDBv2.ShardIteratorType |
Gets and sets the property ShardIteratorType. Determines how the shard iterator is used to start reading stream records from the shard:
|
|
StreamArn | System.String |
Gets and sets the property StreamArn. The Amazon Resource Name (ARN) for the stream. |
.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