|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.mobileconnectors.cognito.DatasetMetadata
public final class DatasetMetadata
The metadata of a 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.
Nested Class Summary | |
---|---|
static class |
DatasetMetadata.Builder
The builder to construct DatasetMetadata object. |
Method Summary | |
---|---|
java.util.Date |
getCreationDate()
Gets the creation date of this dataset. |
java.lang.String |
getDatasetName()
Gets the name of this dataset. |
java.lang.String |
getLastModifiedBy()
Gets the device that made the last modification to the dataset. |
java.util.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. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getDatasetName()
public java.util.Date getCreationDate()
public java.util.Date getLastModifiedDate()
public java.lang.String getLastModifiedBy()
public long getStorageSizeBytes()
public long getRecordCount()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |