AWS SDK for .NET Documentation
Shard Class
AmazonAmazon.Kinesis.ModelShard Did this page help you?   Yes   No    Tell us about it...

A uniquely identified group of data records in an Amazon Kinesis stream.

Declaration Syntax
C#
public class Shard
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Shard()()()()
Initializes a new instance of the Shard class

AdjacentParentShardId
The shard Id of the shard adjacent to the shard's parent.

Constraints:

Length
1 - 128
Pattern
[a-zA-Z0-9_.-]+


Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
1 - 128
Pattern
[a-zA-Z0-9_.-]+


SequenceNumberRange
The range of possible sequence numbers for the shard.

ShardId
The unique identifier of the shard within the Amazon Kinesis stream.

Constraints:

Length
1 - 128
Pattern
[a-zA-Z0-9_.-]+


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
Object
Shard

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)