AWS SDK Version 3 for .NET
API Reference

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.

A uniquely identified group of data records in a Kinesis data stream.

Inheritance Hierarchy

System.Object
  Amazon.Kinesis.Model.Shard

Namespace: Amazon.Kinesis.Model
Assembly: AWSSDK.Kinesis.dll
Version: 3.x.y.z

Syntax

C#
public class Shard

The Shard type exposes the following members

Constructors

NameDescription
Public Method Shard()

Properties

NameTypeDescription
Public Property AdjacentParentShardId System.String

Gets and sets the property AdjacentParentShardId.

The shard ID of the shard adjacent to the shard's parent.

Public Property HashKeyRange Amazon.Kinesis.Model.HashKeyRange

Gets and sets the property HashKeyRange.

The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

Public Property ParentShardId System.String

Gets and sets the property ParentShardId.

The shard ID of the shard's parent.

Public Property SequenceNumberRange Amazon.Kinesis.Model.SequenceNumberRange

Gets and sets the property SequenceNumberRange.

The range of possible sequence numbers for the shard.

Public Property ShardId System.String

Gets and sets the property ShardId.

The unique identifier of the shard within the stream.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5