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.

Returned for a successful ListRecordsRequest.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CognitoSync.Model.ListRecordsResponse

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

Syntax

C#
public class ListRecordsResponse : AmazonWebServiceResponse

The ListRecordsResponse type exposes the following members

Constructors

NameDescription
Public Method ListRecordsResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Count System.Int32

Gets and sets the property Count. Total number of records.

Public Property DatasetDeletedAfterRequestedSyncCount System.Boolean

Gets and sets the property DatasetDeletedAfterRequestedSyncCount. A boolean value specifying whether to delete the dataset locally.

Public Property DatasetExists System.Boolean

Gets and sets the property DatasetExists. Indicates whether the dataset exists.

Public Property DatasetSyncCount System.Int64

Gets and sets the property DatasetSyncCount. Server sync count for this dataset.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedBy System.String

Gets and sets the property LastModifiedBy. The user/device that made the last change to this record.

Public Property MergedDatasetNames System.Collections.Generic.List<System.String>

Gets and sets the property MergedDatasetNames. Names of merged datasets.

Public Property NextToken System.String

Gets and sets the property NextToken. A pagination token for obtaining the next page of results.

Public Property Records System.Collections.Generic.List<Amazon.CognitoSync.Model.Record>

Gets and sets the property Records. A list of all records.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SyncSessionToken System.String

Gets and sets the property SyncSessionToken. A token containing a session ID, identity ID, and expiration.

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