Class Shard
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
A uniquely identified group of stream records within a stream.
public class Shard
- Inheritance
-
Shard
- Inherited Members
Constructors
Shard()
public Shard()
Properties
ParentShardId
Gets and sets the property ParentShardId.
The shard ID of the current shard's parent.
public string ParentShardId { get; set; }
Property Value
SequenceNumberRange
Gets and sets the property SequenceNumberRange.
The range of possible sequence numbers for the shard.
public SequenceNumberRange SequenceNumberRange { get; set; }
Property Value
ShardId
Gets and sets the property ShardId.
The system-generated identifier for this shard.
public string ShardId { get; set; }