Uses of Class
com.azure.storage.blob.models.BlockLookupList
-
Packages that use BlockLookupList Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of BlockLookupList in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlockLookupList Modifier and Type Method Description BlockLookupListBlockLookupList. setCommitted(List<String> committed)Set the committed property: The Committed property.BlockLookupListBlockLookupList. setLatest(List<String> latest)Set the latest property: The Latest property.BlockLookupListBlockLookupList. setUncommitted(List<String> uncommitted)Set the uncommitted property: The Uncommitted property.
-