A uniquely identified group of data records in an Amazon Kinesis stream.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Shard
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Shard()()()() | Initializes a new instance of the Shard class | 
|  | AdjacentParentShardId | 
            The shard Id of the shard adjacent to the shard's parent.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | HashKeyRange | 
            The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
             
             | 
|  | ParentShardId | 
            The shard Id of the shard's parent.
             
             Constraints: | 
|  | SequenceNumberRange | 
            The range of possible sequence numbers for the shard.
             
             | 
|  | ShardId | 
            The unique identifier of the shard within the Amazon Kinesis stream.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAdjacentParentShardId(String) | Obsolete. 
            Sets the AdjacentParentShardId property
             | 
|  | WithHashKeyRange(HashKeyRange) | Obsolete. 
            Sets the HashKeyRange property
             | 
|  | WithParentShardId(String) | Obsolete. 
            Sets the ParentShardId property
             | 
|  | WithSequenceNumberRange(SequenceNumberRange) | Obsolete. 
            Sets the SequenceNumberRange property
             | 
|  | WithShardId(String) | Obsolete. 
            Sets the ShardId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Shard |