Represents the output of a GetRecords operation.

C# |
public class GetRecordsResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | GetRecordsResult()()()() | Initializes a new instance of the GetRecordsResult 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.) |
![]() | NextShardIterator |
The next position in the shard from which to start sequentially reading data records. If set to null, the shard has been closed and
the requested iterator will not return any more data.
Constraints: |
![]() | Records | The data records retrieved from the shard. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithNextShardIterator(String) | Obsolete.
Sets the NextShardIterator property
|
![]() | WithRecords(array<Record>[]()[][]) | Obsolete.
Adds elements to the Records collection
|
![]() | WithRecords(IEnumerable<(Of <<'(Record>)>>)) | Obsolete.
Adds elements to the Records collection
|

Object | |
![]() | GetRecordsResult |