Amazon.CognitoSync.SyncManager.CognitoSyncManager.ListDatasets C# (CSharp) 메소드

ListDatasets() 공개 메소드

Retrieves a list of datasets from local storage. It may not reflect the latest dataset on the remote storage until the RefreshDatasetMetadata operation is performed.
public ListDatasets ( ) : List
리턴 List
        public List<DatasetMetadata> ListDatasets()
        {
            return Local.GetDatasetMetadata(IdentityId);
        }