C# 클래스 Amazon.CognitoSync.SyncManager.Record

A Record is the element stored in a Dataset. There can be up to 1k records or up to 1 MB in size in a Dataset.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
Record ( string key, string value, long syncCount, System.DateTime lastModifiedDate, string lastModifiedBy, System.DateTime deviceLastModifiedDate, bool modified ) : System

Creates an instance of the Record.

ToString ( ) : string

A string representation of the record

메소드 상세

Record() 공개 메소드

Creates an instance of the Record.
public Record ( string key, string value, long syncCount, System.DateTime lastModifiedDate, string lastModifiedBy, System.DateTime deviceLastModifiedDate, bool modified ) : System
key string The key representing the record
value string The value for the record
syncCount long THe number of times this record has been synchronized
lastModifiedDate System.DateTime The last time the record was modified in UTC
lastModifiedBy string
deviceLastModifiedDate System.DateTime
modified bool Flag indicating the record was modified
리턴 System

ToString() 공개 메소드

A string representation of the record
public ToString ( ) : string
리턴 string