Shard
public struct Shard : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The shard ID of the shard adjacent to the shard’s parent.
Declaration
Swift
public let adjacentParentShardId: String?
-
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
Declaration
Swift
public let hashKeyRange: HashKeyRange
-
The shard ID of the shard’s parent.
Declaration
Swift
public let parentShardId: String?
-
The range of possible sequence numbers for the shard.
Declaration
Swift
public let sequenceNumberRange: SequenceNumberRange
-
The unique identifier of the shard within the stream.
Declaration
Swift
public let shardId: String
-
Undocumented
Declaration
Swift
public init(adjacentParentShardId: String? = nil, hashKeyRange: HashKeyRange, parentShardId: String? = nil, sequenceNumberRange: SequenceNumberRange, shardId: String)