Amazon.CognitoSync.SyncManager.CognitoSyncManager.ListDatasets C# (CSharp) Method

ListDatasets() public method

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
return List
        public List<DatasetMetadata> ListDatasets()
        {
            return Local.GetDatasetMetadata(IdentityId);
        }