public final class DatasetMetadata extends Object
Dataset, including name, server sync count, last
modified date. The is the cached information of a dataset. It might not
reflect the most up-to-date information stored remotely. Please call
CognitoSyncManager.refreshDatasetMetadata() to pull the latest
information.| Modifier and Type | Class and Description |
|---|---|
static class |
DatasetMetadata.Builder
The builder to construct
DatasetMetadata object. |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate()
Gets the creation date of this dataset.
|
String |
getDatasetName()
Gets the name of this dataset.
|
String |
getLastModifiedBy()
Gets the device that made the last modification to the dataset.
|
Date |
getLastModifiedDate()
Gets last modified date of this dataset.
|
long |
getRecordCount()
Gets the number of records in this dataset.
|
long |
getStorageSizeBytes()
Gets the storage size in bytes of this dataset.
|
String |
toString() |
public String getDatasetName()
public Date getCreationDate()
public Date getLastModifiedDate()
public String getLastModifiedBy()
public long getStorageSizeBytes()
public long getRecordCount()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.