public class StorageObjectSummaryCollection extends Object implements Iterable<StorageObjectSummary>
| Constructor and Description |
|---|
StorageObjectSummaryCollection(Iterable<com.microsoft.azure.storage.blob.ListBlobItem> azCLoudBlobIterable) |
StorageObjectSummaryCollection(List<com.amazonaws.services.s3.model.S3ObjectSummary> s3ObjectSummaries) |
StorageObjectSummaryCollection(com.google.api.gax.paging.Page<com.google.cloud.storage.Blob> gcsIterablePage) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<StorageObjectSummary> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StorageObjectSummaryCollection(List<com.amazonaws.services.s3.model.S3ObjectSummary> s3ObjectSummaries)
public StorageObjectSummaryCollection(Iterable<com.microsoft.azure.storage.blob.ListBlobItem> azCLoudBlobIterable)
public StorageObjectSummaryCollection(com.google.api.gax.paging.Page<com.google.cloud.storage.Blob> gcsIterablePage)
public Iterator<StorageObjectSummary> iterator()
iterator in interface Iterable<StorageObjectSummary>Copyright © 2022. All rights reserved.