Class GetShardIteratorResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the output of a
GetShardIterator
operation.
public class GetShardIteratorResponse : AmazonWebServiceResponse
- Inheritance
-
GetShardIteratorResponse
Constructors
GetShardIteratorResponse()
public GetShardIteratorResponse()
Properties
ShardIterator
Gets and sets the property ShardIterator.
The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
public string ShardIterator { get; set; }