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

Represents the output of a PutRecord operation.

Declaration Syntax
C#
public class PutRecordResult
Members
All MembersConstructorsMethodsProperties



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

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.)
SequenceNumber
The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

Constraints:

Pattern
0|([1-9]\d{0,128})


ShardId
The shard ID of the shard where the data record was placed.

Constraints:

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


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithSequenceNumber(String) Obsolete.
Sets the SequenceNumber property

WithShardId(String) Obsolete.
Sets the ShardId property

Inheritance Hierarchy
Object
PutRecordResult

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