Represents the output of a PutRecord operation.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PutRecordResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PutRecordResult()()()() | Initializes a new instance of the PutRecordResult class | 
|  | 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.) | 
|  | 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: | 
|  | ShardId | 
            The shard ID of the shard where the data record was placed.
             
             Constraints: | 
|  | 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
 Inheritance Hierarchy| Object | |
|  | PutRecordResult |