LazySegmentedIterable<CLIENT_TYPE,PARENT_TYPE,ENTITY_TYPE> Class
- java.
lang. Object - Iterable<ENTITY_TYPE>
- com.
microsoft. azure. storage. core. LazySegmentedIterable<CLIENT_TYPE,PARENT_TYPE,ENTITY_TYPE>
- com.
Type Parameters
- CLIENT_TYPE
The service client type
- PARENT_TYPE
The type of the parent object, i.e. CloudBlobClient for ListContainers etc.
- ENTITY_TYPE
The type of the objects the resulting iterable objects
public class LazySegmentedIterable<CLIENT_TYPE,PARENT_TYPE,ENTITY_TYPE>
RESERVED FOR INTERNAL USE. Provides a lazy iterator which will retrieve the next segment of a result as the iterator is consumed
Constructor Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
Iterator<ENTITY_TYPE> | iterator() |
Constructor Details
LazySegmentedIterable
public LazySegmentedIterable(final StorageRequest
Parameters:
Method Details
iterator
public Iterator